Html Css Color HEX #850155 Eggplant

📋 copy color: '#850155'

red 133 ◦ green 1 ◦ blue 85

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

Shades of Eggplant #850155

Tints of Eggplant #850155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 85 (33.59% from 255) = 38.81%

R = 60.73%
G = 0.46%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#850155 (or 0x850155) is known color: Eggplant. HEX triplet: 85, 01 and 55. RGB value is (133,1,85). Sum of RGB (Red+Green+Blue) = 133+1+85=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #850155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850155 is #7AFEAA. Grayscale: #313131. Windows color (decimal): -8060587 or 5570949. OLE color: 5570949.

HSL color Cylindrical-coordinate representation of color #850155: hue angle of 321.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850155 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 1 85 -
CMYK 0 0.99 0.36 0.48
HSL 321.82º 0.99% 0.26% -
HSV(B) 321.82º 0.99% 0.52% -
XYZ 11.32 5.66 9.09 -
YUV 50.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 133 1 85 0 0.99 0.36 0.48 321.82 0.99 0.26
Hex 85 1 55 0 63 24 30 142 63 1A
Octal 205 1 125 0 143 44 60 502 143 32
Binary 10000101 1 1010101 0 1100011 100100 110000 101000010 1100011 11010

Color Harmonies of #850155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850155

Black with #850155

Text Example


Text Example

White with #850155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850155; }

 p { color: rgb(133,1,85); }

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

background-color css

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

 a { background-color: rgb(133,1,85); }

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

border-color css

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

 span { border-color: rgb(133,1,85); }

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