Html Css Color HEX #85145E Eggplant

📋 copy color: '#85145E'

red 133 ◦ green 20 ◦ blue 94

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

Shades of Eggplant #85145E

Tints of Eggplant #85145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

 BLUE value IS 94 (37.11% from 255) = 38.06%

R = 53.85%
G = 8.1%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85145E (or 0x85145E) is known color: Eggplant. HEX triplet: 85, 14 and 5E. RGB value is (133,20,94). Sum of RGB (Red+Green+Blue) = 133+20+94=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85145E is #7AEBA1. Grayscale: #3E3E3E. Windows color (decimal): -8055714 or 6165637. OLE color: 6165637.

HSL color Cylindrical-coordinate representation of color #85145E: hue angle of 320.71º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85145E is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 94 -
CMYK 0 0.85 0.29 0.48
HSL 320.71º 0.74% 0.3% -
HSV(B) 320.71º 0.85% 0.52% -
XYZ 11.94 6.3 11.18 -
YUV 62.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 133 20 94 0 0.85 0.29 0.48 320.71 0.74 0.3
Hex 85 14 5E 0 55 1D 30 141 4A 1E
Octal 205 24 136 0 125 35 60 501 112 36
Binary 10000101 10100 1011110 0 1010101 11101 110000 101000001 1001010 11110

Color Harmonies of #85145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85145E

Black with #85145E

Text Example


Text Example

White with #85145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85145E; }

 p { color: rgb(133,20,94); }

 H1.HeaderClassName
 {
   color: #85145E;
 }
 .AnyTagClassName
 {
   color: #85145E;
 }
</style>

background-color css

<style>
 a { background-color: #85145E; }

 a { background-color: rgb(133,20,94); }

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

border-color css

<style>
 span { border-color: #85145E; }

 span { border-color: rgb(133,20,94); }

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