Html Css Color HEX #850D63 Eggplant

📋 copy color: '#850D63'

red 133 ◦ green 13 ◦ blue 99

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

Shades of Eggplant #850D63

Tints of Eggplant #850D63

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.31%

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

R = 54.29%
G = 5.31%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#850D63 (or 0x850D63) is known color: Eggplant. HEX triplet: 85, 0D and 63. RGB value is (133,13,99). Sum of RGB (Red+Green+Blue) = 133+13+99=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #850D63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D63 is #7AF29C. Grayscale: #3A3A3A. Windows color (decimal): -8057501 or 6491525. OLE color: 6491525.

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

Color convert

RGB 133 13 99 -
CMYK 0 0.90 0.26 0.48
HSL 317º 0.82% 0.29% -
HSV(B) 317º 0.9% 0.52% -
XYZ 12.07 6.18 12.36 -
YUV 58.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 133 13 99 0 0.90 0.26 0.48 317 0.82 0.29
Hex 85 D 63 0 5A 1A 30 13D 52 1D
Octal 205 15 143 0 132 32 60 475 122 35
Binary 10000101 1101 1100011 0 1011010 11010 110000 100111101 1010010 11101

Color Harmonies of #850D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D63

Black with #850D63

Text Example


Text Example

White with #850D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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