Html Css Color HEX #850166 Eggplant

📋 copy color: '#850166'

red 133 ◦ green 1 ◦ blue 102

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

Shades of Eggplant #850166

Tints of Eggplant #850166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 56.36%
G = 0.42%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#850166 (or 0x850166) is known color: Eggplant. HEX triplet: 85, 01 and 66. RGB value is (133,1,102). Sum of RGB (Red+Green+Blue) = 133+1+102=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #850166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850166 is #7AFE99. Grayscale: #333333. Windows color (decimal): -8060570 or 6685061. OLE color: 6685061.

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

Color convert

RGB 133 1 102 -
CMYK 0 0.99 0.23 0.48
HSL 314.09º 0.99% 0.26% -
HSV(B) 314.09º 0.99% 0.52% -
XYZ 12.08 5.97 13.09 -
YUV 51.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 133 1 102 0 0.99 0.23 0.48 314.09 0.99 0.26
Hex 85 1 66 0 63 17 30 13A 63 1A
Octal 205 1 146 0 143 27 60 472 143 32
Binary 10000101 1 1100110 0 1100011 10111 110000 100111010 1100011 11010

Color Harmonies of #850166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850166

Black with #850166

Text Example


Text Example

White with #850166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850166; }

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

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

background-color css

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

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

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

border-color css

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

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

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