Html Css Color HEX #85056B Eggplant

📋 copy color: '#85056B'

red 133 ◦ green 5 ◦ blue 107

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

Shades of Eggplant #85056B

Tints of Eggplant #85056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 54.29%
G = 2.04%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85056B (or 0x85056B) is known color: Eggplant. HEX triplet: 85, 05 and 6B. RGB value is (133,5,107). Sum of RGB (Red+Green+Blue) = 133+5+107=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85056B is #7AFA94. Grayscale: #363636. Windows color (decimal): -8059541 or 7013765. OLE color: 7013765.

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

Color convert

RGB 133 5 107 -
CMYK 0 0.96 0.20 0.48
HSL 312.19º 0.93% 0.27% -
HSV(B) 312.19º 0.96% 0.52% -
XYZ 12.38 6.16 14.45 -
YUV 54.9 157.41 183.71 -
System Red Green Blue C M Y K H S L
Decimal 133 5 107 0 0.96 0.20 0.48 312.19 0.93 0.27
Hex 85 5 6B 0 60 14 30 138 5D 1B
Octal 205 5 153 0 140 24 60 470 135 33
Binary 10000101 101 1101011 0 1100000 10100 110000 100111000 1011101 11011

Color Harmonies of #85056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85056B

Black with #85056B

Text Example


Text Example

White with #85056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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