Html Css Color HEX #812485 Dark Purple

📋 copy color: '#812485'

red 129 ◦ green 36 ◦ blue 133

#812485
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #812485

Tints of Dark Purple #812485

RGB

 RED value IS 129 (50.78% from 255) = 43.29%

 GREEN value IS 36 (14.45% from 255) = 12.08%

 BLUE value IS 133 (52.34% from 255) = 44.63%

R = 43.29%
G = 12.08%
B = 44.63%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#812485 (or 0x812485) is known color: Dark Purple. HEX triplet: 81, 24 and 85. RGB value is (129,36,133). Sum of RGB (Red+Green+Blue) = 129+36+133=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #812485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812485 is #7EDB7A. Grayscale: #4A4A4A. Windows color (decimal): -8313723 or 8725633. OLE color: 8725633.

HSL color Cylindrical-coordinate representation of color #812485: hue angle of 297.53º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812485 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 36 133 -
CMYK 0.03 0.73 0 0.48
HSL 297.53º 0.57% 0.33% -
HSV(B) 297.53º 0.73% 0.52% -
XYZ 13.92 7.62 22.93 -
YUV 74.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 129 36 133 0.03 0.73 0 0.48 297.53 0.57 0.33
Hex 81 24 85 3 49 0 30 12A 39 21
Octal 201 44 205 3 111 0 60 452 71 41
Binary 10000001 100100 10000101 11 1001001 0 110000 100101010 111001 100001

Color Harmonies of #812485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812485

Black with #812485

Text Example


Text Example

White with #812485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812485; }

 p { color: rgb(129,36,133); }

 H1.HeaderClassName
 {
   color: #812485;
 }
 .AnyTagClassName
 {
   color: #812485;
 }
</style>

background-color css

<style>
 a { background-color: #812485; }

 a { background-color: rgb(129,36,133); }

 div.DivClassName
 {
   background-color: #812485;
 }
 .BgClassName
 {
   background-color: #812485;
 }
</style>

border-color css

<style>
 span { border-color: #812485; }

 span { border-color: rgb(129,36,133); }

 td.TdClassName
 {
   border-color: #812485;
 }
 .TagClassName
 {
   border-color: #812485;
 }
</style>