Html Css Color HEX #850458 Eggplant

📋 copy color: '#850458'

red 133 ◦ green 4 ◦ blue 88

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

Shades of Eggplant #850458

Tints of Eggplant #850458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.78%

 BLUE value IS 88 (34.77% from 255) = 39.11%

R = 59.11%
G = 1.78%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#850458 (or 0x850458) is known color: Eggplant. HEX triplet: 85, 04 and 58. RGB value is (133,4,88). Sum of RGB (Red+Green+Blue) = 133+4+88=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #850458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850458 is #7AFBA7. Grayscale: #333333. Windows color (decimal): -8059816 or 5768325. OLE color: 5768325.

HSL color Cylindrical-coordinate representation of color #850458: hue angle of 320.93º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850458 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 4 88 -
CMYK 0 0.97 0.34 0.48
HSL 320.93º 0.94% 0.27% -
HSV(B) 320.93º 0.97% 0.52% -
XYZ 11.48 5.78 9.74 -
YUV 52.15 148.24 185.67 -
System Red Green Blue C M Y K H S L
Decimal 133 4 88 0 0.97 0.34 0.48 320.93 0.94 0.27
Hex 85 4 58 0 61 22 30 141 5E 1B
Octal 205 4 130 0 141 42 60 501 136 33
Binary 10000101 100 1011000 0 1100001 100010 110000 101000001 1011110 11011

Color Harmonies of #850458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850458

Black with #850458

Text Example


Text Example

White with #850458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850458; }

 p { color: rgb(133,4,88); }

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

background-color css

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

 a { background-color: rgb(133,4,88); }

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

border-color css

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

 span { border-color: rgb(133,4,88); }

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