Html Css Color HEX #850366 Eggplant

📋 copy color: '#850366'

red 133 ◦ green 3 ◦ blue 102

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

Shades of Eggplant #850366

Tints of Eggplant #850366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 55.88%
G = 1.26%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#850366 (or 0x850366) is known color: Eggplant. HEX triplet: 85, 03 and 66. RGB value is (133,3,102). Sum of RGB (Red+Green+Blue) = 133+3+102=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #850366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850366 is #7AFC99. Grayscale: #343434. Windows color (decimal): -8060058 or 6685573. OLE color: 6685573.

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

Color convert

RGB 133 3 102 -
CMYK 0 0.98 0.23 0.48
HSL 314.31º 0.96% 0.27% -
HSV(B) 314.31º 0.98% 0.52% -
XYZ 12.1 6.01 13.09 -
YUV 53.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 133 3 102 0 0.98 0.23 0.48 314.31 0.96 0.27
Hex 85 3 66 0 62 17 30 13A 60 1B
Octal 205 3 146 0 142 27 60 472 140 33
Binary 10000101 11 1100110 0 1100010 10111 110000 100111010 1100000 11011

Color Harmonies of #850366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850366

Black with #850366

Text Example


Text Example

White with #850366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850366; }

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

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

background-color css

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

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

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

border-color css

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

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

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