Html Css Color HEX #850D65 Eggplant

📋 copy color: '#850D65'

red 133 ◦ green 13 ◦ blue 101

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

Shades of Eggplant #850D65

Tints of Eggplant #850D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.89%

R = 53.85%
G = 5.26%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#850D65 (or 0x850D65) is known color: Eggplant. HEX triplet: 85, 0D and 65. RGB value is (133,13,101). Sum of RGB (Red+Green+Blue) = 133+13+101=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #850D65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D65 is #7AF29A. Grayscale: #3A3A3A. Windows color (decimal): -8057499 or 6622597. OLE color: 6622597.

HSL color Cylindrical-coordinate representation of color #850D65: hue angle of 316º 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 #850D65 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 101 -
CMYK 0 0.90 0.24 0.48
HSL 316º 0.82% 0.29% -
HSV(B) 316º 0.9% 0.52% -
XYZ 12.17 6.21 12.87 -
YUV 58.91 151.76 180.84 -
System Red Green Blue C M Y K H S L
Decimal 133 13 101 0 0.90 0.24 0.48 316 0.82 0.29
Hex 85 D 65 0 5A 18 30 13C 52 1D
Octal 205 15 145 0 132 30 60 474 122 35
Binary 10000101 1101 1100101 0 1011010 11000 110000 100111100 1010010 11101

Color Harmonies of #850D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D65

Black with #850D65

Text Example


Text Example

White with #850D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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