Html Css Color HEX #810066 Eggplant

📋 copy color: '#810066'

red 129 ◦ green 0 ◦ blue 102

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

Shades of Eggplant #810066

Tints of Eggplant #810066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.84%
G = 0%
B = 44.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#810066 (or 0x810066) is known color: Eggplant. HEX triplet: 81, 00 and 66. RGB value is (129,0,102). Sum of RGB (Red+Green+Blue) = 129+0+102=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #810066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810066 is #7EFF99. Grayscale: #313131. Windows color (decimal): -8322970 or 6684801. OLE color: 6684801.

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

Color convert

RGB 129 0 102 -
CMYK 0 1 0.21 0.49
HSL 312.56º 1% 0.25% -
HSV(B) 312.56º 1% 0.51% -
XYZ 11.45 5.63 13.05 -
YUV 50.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 129 0 102 0 1 0.21 0.49 312.56 1 0.25
Hex 81 0 66 0 64 15 31 139 64 19
Octal 201 0 146 0 144 25 61 471 144 31
Binary 10000001 0 1100110 0 1100100 10101 110001 100111001 1100100 11001

Color Harmonies of #810066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810066

Black with #810066

Text Example


Text Example

White with #810066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810066; }

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

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

background-color css

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

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

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

border-color css

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

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

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