Html Css Color HEX #850864 Eggplant

📋 copy color: '#850864'

red 133 ◦ green 8 ◦ blue 100

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

Shades of Eggplant #850864

Tints of Eggplant #850864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 55.19%
G = 3.32%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#850864 (or 0x850864) is known color: Eggplant. HEX triplet: 85, 08 and 64. RGB value is (133,8,100). Sum of RGB (Red+Green+Blue) = 133+8+100=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #850864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850864 is #7AF79B. Grayscale: #373737. Windows color (decimal): -8058780 or 6555781. OLE color: 6555781.

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

Color convert

RGB 133 8 100 -
CMYK 0 0.94 0.25 0.48
HSL 315.84º 0.89% 0.28% -
HSV(B) 315.84º 0.94% 0.52% -
XYZ 12.06 6.08 12.59 -
YUV 55.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 133 8 100 0 0.94 0.25 0.48 315.84 0.89 0.28
Hex 85 8 64 0 5E 19 30 13C 59 1C
Octal 205 10 144 0 136 31 60 474 131 34
Binary 10000101 1000 1100100 0 1011110 11001 110000 100111100 1011001 11100

Color Harmonies of #850864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850864

Black with #850864

Text Example


Text Example

White with #850864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850864; }

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

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

background-color css

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

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

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

border-color css

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

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

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