Html Css Color HEX #850060 Eggplant

📋 copy color: '#850060'

red 133 ◦ green 0 ◦ blue 96

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

Shades of Eggplant #850060

Tints of Eggplant #850060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.92%

R = 58.08%
G = 0%
B = 41.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#850060 (or 0x850060) is known color: Eggplant. HEX triplet: 85, 00 and 60. RGB value is (133,0,96). Sum of RGB (Red+Green+Blue) = 133+0+96=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #850060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850060 is #7AFF9F. Grayscale: #323232. Windows color (decimal): -8060832 or 6291589. OLE color: 6291589.

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

Color convert

RGB 133 0 96 -
CMYK 0 1 0.28 0.48
HSL 316.69º 1% 0.26% -
HSV(B) 316.69º 1% 0.52% -
XYZ 11.78 5.83 11.57 -
YUV 50.71 153.56 186.69 -
System Red Green Blue C M Y K H S L
Decimal 133 0 96 0 1 0.28 0.48 316.69 1 0.26
Hex 85 0 60 0 64 1C 30 13D 64 1A
Octal 205 0 140 0 144 34 60 475 144 32
Binary 10000101 0 1100000 0 1100100 11100 110000 100111101 1100100 11010

Color Harmonies of #850060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850060

Black with #850060

Text Example


Text Example

White with #850060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850060; }

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

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

background-color css

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

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

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

border-color css

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

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

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