Html Css Color HEX #850A5D Eggplant

📋 copy color: '#850A5D'

red 133 ◦ green 10 ◦ blue 93

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

Shades of Eggplant #850A5D

Tints of Eggplant #850A5D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.24%

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

R = 56.36%
G = 4.24%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#850A5D (or 0x850A5D) is known color: Eggplant. HEX triplet: 85, 0A and 5D. RGB value is (133,10,93). Sum of RGB (Red+Green+Blue) = 133+10+93=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #850A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A5D is #7AF5A2. Grayscale: #383838. Windows color (decimal): -8058275 or 6097541. OLE color: 6097541.

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

Color convert

RGB 133 10 93 -
CMYK 0 0.92 0.30 0.48
HSL 319.51º 0.86% 0.28% -
HSV(B) 319.51º 0.92% 0.52% -
XYZ 11.76 5.99 10.89 -
YUV 56.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 133 10 93 0 0.92 0.30 0.48 319.51 0.86 0.28
Hex 85 A 5D 0 5C 1E 30 140 56 1C
Octal 205 12 135 0 134 36 60 500 126 34
Binary 10000101 1010 1011101 0 1011100 11110 110000 101000000 1010110 11100

Color Harmonies of #850A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850A5D

Black with #850A5D

Text Example


Text Example

White with #850A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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