Html Css Color HEX #812866 Dark Purple

📋 copy color: '#812866'

red 129 ◦ green 40 ◦ blue 102

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

Shades of Dark Purple #812866

Tints of Dark Purple #812866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.76%

 BLUE value IS 102 (40.23% from 255) = 37.64%

R = 47.6%
G = 14.76%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#812866 (or 0x812866) is known color: Dark Purple. HEX triplet: 81, 28 and 66. RGB value is (129,40,102). Sum of RGB (Red+Green+Blue) = 129+40+102=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #812866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812866 is #7ED799. Grayscale: #494949. Windows color (decimal): -8312730 or 6695041. OLE color: 6695041.

HSL color Cylindrical-coordinate representation of color #812866: hue angle of 318.2º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #812866 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 40 102 -
CMYK 0 0.69 0.21 0.49
HSL 318.2º 0.53% 0.33% -
HSV(B) 318.2º 0.69% 0.51% -
XYZ 12.21 7.14 13.31 -
YUV 73.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 129 40 102 0 0.69 0.21 0.49 318.2 0.53 0.33
Hex 81 28 66 0 45 15 31 13E 35 21
Octal 201 50 146 0 105 25 61 476 65 41
Binary 10000001 101000 1100110 0 1000101 10101 110001 100111110 110101 100001

Color Harmonies of #812866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812866

Black with #812866

Text Example


Text Example

White with #812866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812866; }

 p { color: rgb(129,40,102); }

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

background-color css

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

 a { background-color: rgb(129,40,102); }

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

border-color css

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

 span { border-color: rgb(129,40,102); }

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