Html Css Color HEX #850E63 Eggplant

📋 copy color: '#850E63'

red 133 ◦ green 14 ◦ blue 99

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

Shades of Eggplant #850E63

Tints of Eggplant #850E63

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.69%

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

R = 54.07%
G = 5.69%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#850E63 (or 0x850E63) is known color: Eggplant. HEX triplet: 85, 0E and 63. RGB value is (133,14,99). Sum of RGB (Red+Green+Blue) = 133+14+99=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #850E63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E63 is #7AF19C. Grayscale: #3B3B3B. Windows color (decimal): -8057245 or 6491781. OLE color: 6491781.

HSL color Cylindrical-coordinate representation of color #850E63: hue angle of 317.14º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E63 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 14 99 -
CMYK 0 0.89 0.26 0.48
HSL 317.14º 0.81% 0.29% -
HSV(B) 317.14º 0.89% 0.52% -
XYZ 12.08 6.2 12.36 -
YUV 59.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 133 14 99 0 0.89 0.26 0.48 317.14 0.81 0.29
Hex 85 E 63 0 59 1A 30 13D 51 1D
Octal 205 16 143 0 131 32 60 475 121 35
Binary 10000101 1110 1100011 0 1011001 11010 110000 100111101 1010001 11101

Color Harmonies of #850E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850E63

Black with #850E63

Text Example


Text Example

White with #850E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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