Html Css Color HEX #850863 Eggplant

📋 copy color: '#850863'

red 133 ◦ green 8 ◦ blue 99

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

Shades of Eggplant #850863

Tints of Eggplant #850863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 55.42%
G = 3.33%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#850863 (or 0x850863) is known color: Eggplant. HEX triplet: 85, 08 and 63. RGB value is (133,8,99). Sum of RGB (Red+Green+Blue) = 133+8+99=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #850863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850863 is #7AF79C. Grayscale: #373737. Windows color (decimal): -8058781 or 6490245. OLE color: 6490245.

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

Color convert

RGB 133 8 99 -
CMYK 0 0.94 0.26 0.48
HSL 316.32º 0.89% 0.28% -
HSV(B) 316.32º 0.94% 0.52% -
XYZ 12.01 6.06 12.34 -
YUV 55.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 133 8 99 0 0.94 0.26 0.48 316.32 0.89 0.28
Hex 85 8 63 0 5E 1A 30 13C 59 1C
Octal 205 10 143 0 136 32 60 474 131 34
Binary 10000101 1000 1100011 0 1011110 11010 110000 100111100 1011001 11100

Color Harmonies of #850863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850863

Black with #850863

Text Example


Text Example

White with #850863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850863; }

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

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

background-color css

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

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

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

border-color css

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

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

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