Html Css Color HEX #850154 Eggplant

📋 copy color: '#850154'

red 133 ◦ green 1 ◦ blue 84

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

Shades of Eggplant #850154

Tints of Eggplant #850154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.53%

R = 61.01%
G = 0.46%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#850154 (or 0x850154) is known color: Eggplant. HEX triplet: 85, 01 and 54. RGB value is (133,1,84). Sum of RGB (Red+Green+Blue) = 133+1+84=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #850154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850154 is #7AFEAB. Grayscale: #313131. Windows color (decimal): -8060588 or 5505413. OLE color: 5505413.

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

Color convert

RGB 133 1 84 -
CMYK 0 0.99 0.37 0.48
HSL 322.27º 0.99% 0.26% -
HSV(B) 322.27º 0.99% 0.52% -
XYZ 11.28 5.65 8.88 -
YUV 49.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 133 1 84 0 0.99 0.37 0.48 322.27 0.99 0.26
Hex 85 1 54 0 63 25 30 142 63 1A
Octal 205 1 124 0 143 45 60 502 143 32
Binary 10000101 1 1010100 0 1100011 100101 110000 101000010 1100011 11010

Color Harmonies of #850154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850154

Black with #850154

Text Example


Text Example

White with #850154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850154; }

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

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

background-color css

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

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

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

border-color css

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

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

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