Html Css Color HEX #850A4E Eggplant

📋 copy color: '#850A4E'

red 133 ◦ green 10 ◦ blue 78

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

Shades of Eggplant #850A4E

Tints of Eggplant #850A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.29%

R = 60.18%
G = 4.52%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#850A4E (or 0x850A4E) is known color: Eggplant. HEX triplet: 85, 0A and 4E. RGB value is (133,10,78). Sum of RGB (Red+Green+Blue) = 133+10+78=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #850A4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A4E is #7AF5B1. Grayscale: #363636. Windows color (decimal): -8058290 or 5114501. OLE color: 5114501.

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

Color convert

RGB 133 10 78 -
CMYK 0 0.92 0.41 0.48
HSL 326.83º 0.86% 0.28% -
HSV(B) 326.83º 0.92% 0.52% -
XYZ 11.16 5.75 7.73 -
YUV 54.53 141.25 183.97 -
System Red Green Blue C M Y K H S L
Decimal 133 10 78 0 0.92 0.41 0.48 326.83 0.86 0.28
Hex 85 A 4E 0 5C 29 30 147 56 1C
Octal 205 12 116 0 134 51 60 507 126 34
Binary 10000101 1010 1001110 0 1011100 101001 110000 101000111 1010110 11100

Color Harmonies of #850A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850A4E

Black with #850A4E

Text Example


Text Example

White with #850A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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