Html Css Color HEX #850464 Eggplant

📋 copy color: '#850464'

red 133 ◦ green 4 ◦ blue 100

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

Shades of Eggplant #850464

Tints of Eggplant #850464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.19%

R = 56.12%
G = 1.69%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#850464 (or 0x850464) is known color: Eggplant. HEX triplet: 85, 04 and 64. RGB value is (133,4,100). Sum of RGB (Red+Green+Blue) = 133+4+100=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #850464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850464 is #7AFB9B. Grayscale: #353535. Windows color (decimal): -8059804 or 6554757. OLE color: 6554757.

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

Color convert

RGB 133 4 100 -
CMYK 0 0.97 0.25 0.48
HSL 315.35º 0.94% 0.27% -
HSV(B) 315.35º 0.97% 0.52% -
XYZ 12.02 5.99 12.58 -
YUV 53.52 154.24 184.69 -
System Red Green Blue C M Y K H S L
Decimal 133 4 100 0 0.97 0.25 0.48 315.35 0.94 0.27
Hex 85 4 64 0 61 19 30 13B 5E 1B
Octal 205 4 144 0 141 31 60 473 136 33
Binary 10000101 100 1100100 0 1100001 11001 110000 100111011 1011110 11011

Color Harmonies of #850464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850464

Black with #850464

Text Example


Text Example

White with #850464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850464; }

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

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

background-color css

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

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

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

border-color css

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

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

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