Html Css Color HEX #85046D Eggplant

📋 copy color: '#85046D'

red 133 ◦ green 4 ◦ blue 109

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

Shades of Eggplant #85046D

Tints of Eggplant #85046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 54.07%
G = 1.63%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85046D (or 0x85046D) is known color: Eggplant. HEX triplet: 85, 04 and 6D. RGB value is (133,4,109). Sum of RGB (Red+Green+Blue) = 133+4+109=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85046D is #7AFB92. Grayscale: #363636. Windows color (decimal): -8059795 or 7144581. OLE color: 7144581.

HSL color Cylindrical-coordinate representation of color #85046D: hue angle of 311.16º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85046D is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 4 109 -
CMYK 0 0.97 0.18 0.48
HSL 311.16º 0.94% 0.27% -
HSV(B) 311.16º 0.97% 0.52% -
XYZ 12.48 6.18 15 -
YUV 54.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 133 4 109 0 0.97 0.18 0.48 311.16 0.94 0.27
Hex 85 4 6D 0 61 12 30 137 5E 1B
Octal 205 4 155 0 141 22 60 467 136 33
Binary 10000101 100 1101101 0 1100001 10010 110000 100110111 1011110 11011

Color Harmonies of #85046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85046D

Black with #85046D

Text Example


Text Example

White with #85046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,4,109); }

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

background-color css

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

 a { background-color: rgb(133,4,109); }

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

border-color css

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

 span { border-color: rgb(133,4,109); }

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