Html Css Color HEX #85125D Eggplant

📋 copy color: '#85125D'

red 133 ◦ green 18 ◦ blue 93

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

Shades of Eggplant #85125D

Tints of Eggplant #85125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

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

R = 54.51%
G = 7.38%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85125D (or 0x85125D) is known color: Eggplant. HEX triplet: 85, 12 and 5D. RGB value is (133,18,93). Sum of RGB (Red+Green+Blue) = 133+18+93=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85125D is #7AEDA2. Grayscale: #3C3C3C. Windows color (decimal): -8056227 or 6099589. OLE color: 6099589.

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

Color convert

RGB 133 18 93 -
CMYK 0 0.86 0.30 0.48
HSL 320.87º 0.76% 0.3% -
HSV(B) 320.87º 0.86% 0.52% -
XYZ 11.86 6.21 10.93 -
YUV 60.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 133 18 93 0 0.86 0.30 0.48 320.87 0.76 0.3
Hex 85 12 5D 0 56 1E 30 141 4C 1E
Octal 205 22 135 0 126 36 60 501 114 36
Binary 10000101 10010 1011101 0 1010110 11110 110000 101000001 1001100 11110

Color Harmonies of #85125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85125D

Black with #85125D

Text Example


Text Example

White with #85125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85125D; }

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

 H1.HeaderClassName
 {
   color: #85125D;
 }
 .AnyTagClassName
 {
   color: #85125D;
 }
</style>

background-color css

<style>
 a { background-color: #85125D; }

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

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

border-color css

<style>
 span { border-color: #85125D; }

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

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