Html Css Color HEX #85006A Eggplant

📋 copy color: '#85006A'

red 133 ◦ green 0 ◦ blue 106

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

Shades of Eggplant #85006A

Tints of Eggplant #85006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.35%

R = 55.65%
G = 0%
B = 44.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85006A (or 0x85006A) is known color: Eggplant. HEX triplet: 85, 00 and 6A. RGB value is (133,0,106). Sum of RGB (Red+Green+Blue) = 133+0+106=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #85006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85006A is #7AFF95. Grayscale: #333333. Windows color (decimal): -8060822 or 6946949. OLE color: 6946949.

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

Color convert

RGB 133 0 106 -
CMYK 0 1 0.20 0.48
HSL 312.18º 1% 0.26% -
HSV(B) 312.18º 1% 0.52% -
XYZ 12.27 6.03 14.15 -
YUV 51.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 133 0 106 0 1 0.20 0.48 312.18 1 0.26
Hex 85 0 6A 0 64 14 30 138 64 1A
Octal 205 0 152 0 144 24 60 470 144 32
Binary 10000101 0 1101010 0 1100100 10100 110000 100111000 1100100 11010

Color Harmonies of #85006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85006A

Black with #85006A

Text Example


Text Example

White with #85006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85006A; }

 p { color: rgb(133,0,106); }

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

background-color css

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

 a { background-color: rgb(133,0,106); }

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

border-color css

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

 span { border-color: rgb(133,0,106); }

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