Html Css Color HEX #85135C Eggplant

📋 copy color: '#85135C'

red 133 ◦ green 19 ◦ blue 92

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

Shades of Eggplant #85135C

Tints of Eggplant #85135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 54.51%
G = 7.79%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85135C (or 0x85135C) is known color: Eggplant. HEX triplet: 85, 13 and 5C. RGB value is (133,19,92). Sum of RGB (Red+Green+Blue) = 133+19+92=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85135C is #7AECA3. Grayscale: #3D3D3D. Windows color (decimal): -8055972 or 6034309. OLE color: 6034309.

HSL color Cylindrical-coordinate representation of color #85135C: hue angle of 321.58º degrees, saturation: 0.75, 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 #85135C is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 92 -
CMYK 0 0.86 0.31 0.48
HSL 321.58º 0.75% 0.3% -
HSV(B) 321.58º 0.86% 0.52% -
XYZ 11.84 6.22 10.7 -
YUV 61.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 133 19 92 0 0.86 0.31 0.48 321.58 0.75 0.3
Hex 85 13 5C 0 56 1F 30 142 4B 1E
Octal 205 23 134 0 126 37 60 502 113 36
Binary 10000101 10011 1011100 0 1010110 11111 110000 101000010 1001011 11110

Color Harmonies of #85135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85135C

Black with #85135C

Text Example


Text Example

White with #85135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85135C; }

 p { color: rgb(133,19,92); }

 H1.HeaderClassName
 {
   color: #85135C;
 }
 .AnyTagClassName
 {
   color: #85135C;
 }
</style>

background-color css

<style>
 a { background-color: #85135C; }

 a { background-color: rgb(133,19,92); }

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

border-color css

<style>
 span { border-color: #85135C; }

 span { border-color: rgb(133,19,92); }

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