Html Css Color HEX #85006B Eggplant

📋 copy color: '#85006B'

red 133 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #85006B

Tints of Eggplant #85006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 55.42%
G = 0%
B = 44.58%

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

#85006B (or 0x85006B) is known color: Eggplant. HEX triplet: 85, 00 and 6B. RGB value is (133,0,107). Sum of RGB (Red+Green+Blue) = 133+0+107=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #85006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85006B is #7AFF94. Grayscale: #333333. Windows color (decimal): -8060821 or 7012485. OLE color: 7012485.

HSL color Cylindrical-coordinate representation of color #85006B: hue angle of 311.73º 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 #85006B is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 107 -
CMYK 0 1 0.20 0.48
HSL 311.73º 1% 0.26% -
HSV(B) 311.73º 1% 0.52% -
XYZ 12.33 6.05 14.43 -
YUV 51.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 133 0 107 0 1 0.20 0.48 311.73 1 0.26
Hex 85 0 6B 0 64 14 30 138 64 1A
Octal 205 0 153 0 144 24 60 470 144 32
Binary 10000101 0 1101011 0 1100100 10100 110000 100111000 1100100 11010

Color Harmonies of #85006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85006B

Black with #85006B

Text Example


Text Example

White with #85006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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