Html Css Color HEX #85086C Eggplant

📋 copy color: '#85086C'

red 133 ◦ green 8 ◦ blue 108

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

Shades of Eggplant #85086C

Tints of Eggplant #85086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

 BLUE value IS 108 (42.58% from 255) = 43.37%

R = 53.41%
G = 3.21%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85086C (or 0x85086C) is known color: Eggplant. HEX triplet: 85, 08 and 6C. RGB value is (133,8,108). Sum of RGB (Red+Green+Blue) = 133+8+108=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85086C is #7AF793. Grayscale: #383838. Windows color (decimal): -8058772 or 7080069. OLE color: 7080069.

HSL color Cylindrical-coordinate representation of color #85086C: hue angle of 312º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85086C is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 8 108 -
CMYK 0 0.94 0.19 0.48
HSL 312º 0.89% 0.28% -
HSV(B) 312º 0.94% 0.52% -
XYZ 12.47 6.24 14.74 -
YUV 56.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 133 8 108 0 0.94 0.19 0.48 312 0.89 0.28
Hex 85 8 6C 0 5E 13 30 138 59 1C
Octal 205 10 154 0 136 23 60 470 131 34
Binary 10000101 1000 1101100 0 1011110 10011 110000 100111000 1011001 11100

Color Harmonies of #85086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85086C

Black with #85086C

Text Example


Text Example

White with #85086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85086C; }

 p { color: rgb(133,8,108); }

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

background-color css

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

 a { background-color: rgb(133,8,108); }

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

border-color css

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

 span { border-color: rgb(133,8,108); }

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