Html Css Color HEX #850C5D Eggplant

📋 copy color: '#850C5D'

red 133 ◦ green 12 ◦ blue 93

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

Shades of Eggplant #850C5D

Tints of Eggplant #850C5D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.04%

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 55.88%
G = 5.04%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#850C5D (or 0x850C5D) is known color: Eggplant. HEX triplet: 85, 0C and 5D. RGB value is (133,12,93). Sum of RGB (Red+Green+Blue) = 133+12+93=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #850C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850C5D is #7AF3A2. Grayscale: #393939. Windows color (decimal): -8057763 or 6098053. OLE color: 6098053.

HSL color Cylindrical-coordinate representation of color #850C5D: hue angle of 319.83º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C5D is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 12 93 -
CMYK 0 0.91 0.30 0.48
HSL 319.83º 0.83% 0.28% -
HSV(B) 319.83º 0.91% 0.52% -
XYZ 11.78 6.04 10.9 -
YUV 57.41 148.09 181.91 -
System Red Green Blue C M Y K H S L
Decimal 133 12 93 0 0.91 0.30 0.48 319.83 0.83 0.28
Hex 85 C 5D 0 5B 1E 30 140 53 1C
Octal 205 14 135 0 133 36 60 500 123 34
Binary 10000101 1100 1011101 0 1011011 11110 110000 101000000 1010011 11100

Color Harmonies of #850C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C5D

Black with #850C5D

Text Example


Text Example

White with #850C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,12,93); }

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

background-color css

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

 a { background-color: rgb(133,12,93); }

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

border-color css

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

 span { border-color: rgb(133,12,93); }

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