Html Css Color HEX #85145C Eggplant

📋 copy color: '#85145C'

red 133 ◦ green 20 ◦ blue 92

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

Shades of Eggplant #85145C

Tints of Eggplant #85145C

RGB

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

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

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

R = 54.29%
G = 8.16%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85145C (or 0x85145C) is known color: Eggplant. HEX triplet: 85, 14 and 5C. RGB value is (133,20,92). Sum of RGB (Red+Green+Blue) = 133+20+92=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85145C is #7AEBA3. Grayscale: #3D3D3D. Windows color (decimal): -8055716 or 6034565. OLE color: 6034565.

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

Color convert

RGB 133 20 92 -
CMYK 0 0.85 0.31 0.48
HSL 321.77º 0.74% 0.3% -
HSV(B) 321.77º 0.85% 0.52% -
XYZ 11.85 6.26 10.71 -
YUV 62 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 133 20 92 0 0.85 0.31 0.48 321.77 0.74 0.3
Hex 85 14 5C 0 55 1F 30 142 4A 1E
Octal 205 24 134 0 125 37 60 502 112 36
Binary 10000101 10100 1011100 0 1010101 11111 110000 101000010 1001010 11110

Color Harmonies of #85145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85145C

Black with #85145C

Text Example


Text Example

White with #85145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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