Html Css Color HEX #850666 Eggplant

📋 copy color: '#850666'

red 133 ◦ green 6 ◦ blue 102

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

Shades of Eggplant #850666

Tints of Eggplant #850666

RGB

 RED value IS 133 (52.34% from 255) = 55.19%

 GREEN value IS 6 (2.73% from 255) = 2.49%

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

R = 55.19%
G = 2.49%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#850666 (or 0x850666) is known color: Eggplant. HEX triplet: 85, 06 and 66. RGB value is (133,6,102). Sum of RGB (Red+Green+Blue) = 133+6+102=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #850666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850666 is #7AF999. Grayscale: #363636. Windows color (decimal): -8059290 or 6686341. OLE color: 6686341.

HSL color Cylindrical-coordinate representation of color #850666: hue angle of 314.65º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850666 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 102 -
CMYK 0 0.95 0.23 0.48
HSL 314.65º 0.91% 0.27% -
HSV(B) 314.65º 0.95% 0.52% -
XYZ 12.14 6.08 13.1 -
YUV 54.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 133 6 102 0 0.95 0.23 0.48 314.65 0.91 0.27
Hex 85 6 66 0 5F 17 30 13B 5B 1B
Octal 205 6 146 0 137 27 60 473 133 33
Binary 10000101 110 1100110 0 1011111 10111 110000 100111011 1011011 11011

Color Harmonies of #850666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850666

Black with #850666

Text Example


Text Example

White with #850666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850666; }

 p { color: rgb(133,6,102); }

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

background-color css

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

 a { background-color: rgb(133,6,102); }

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

border-color css

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

 span { border-color: rgb(133,6,102); }

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