Html Css Color HEX #85076C Eggplant

📋 copy color: '#85076C'

red 133 ◦ green 7 ◦ blue 108

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

Shades of Eggplant #85076C

Tints of Eggplant #85076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

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

R = 53.63%
G = 2.82%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85076C (or 0x85076C) is known color: Eggplant. HEX triplet: 85, 07 and 6C. RGB value is (133,7,108). Sum of RGB (Red+Green+Blue) = 133+7+108=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85076C is #7AF893. Grayscale: #373737. Windows color (decimal): -8059028 or 7079813. OLE color: 7079813.

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

Color convert

RGB 133 7 108 -
CMYK 0 0.95 0.19 0.48
HSL 311.9º 0.9% 0.27% -
HSV(B) 311.9º 0.95% 0.52% -
XYZ 12.46 6.22 14.73 -
YUV 56.19 157.24 182.79 -
System Red Green Blue C M Y K H S L
Decimal 133 7 108 0 0.95 0.19 0.48 311.9 0.9 0.27
Hex 85 7 6C 0 5F 13 30 138 5A 1B
Octal 205 7 154 0 137 23 60 470 132 33
Binary 10000101 111 1101100 0 1011111 10011 110000 100111000 1011010 11011

Color Harmonies of #85076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85076C

Black with #85076C

Text Example


Text Example

White with #85076C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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