Html Css Color HEX #920555 Eggplant

📋 copy color: '#920555'

red 146 ◦ green 5 ◦ blue 85

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

Shades of Eggplant #920555

Tints of Eggplant #920555

RGB

 RED value IS 146 (57.42% from 255) = 61.86%

 GREEN value IS 5 (2.34% from 255) = 2.12%

 BLUE value IS 85 (33.59% from 255) = 36.02%

R = 61.86%
G = 2.12%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#920555 (or 0x920555) is known color: Eggplant. HEX triplet: 92, 05 and 55. RGB value is (146,5,85). Sum of RGB (Red+Green+Blue) = 146+5+85=236 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.86% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 146 - color contains mainly: red. Hex color #920555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920555 is #6DFAAA. Grayscale: #383838. Windows color (decimal): -7207595 or 5571986. OLE color: 5571986.

HSL color Cylindrical-coordinate representation of color #920555: hue angle of 325.96º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920555 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 5 85 -
CMYK 0 0.97 0.42 0.43
HSL 325.96º 0.93% 0.3% -
HSV(B) 325.96º 0.97% 0.57% -
XYZ 13.55 6.88 9.21 -
YUV 56.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 146 5 85 0 0.97 0.42 0.43 325.96 0.93 0.3
Hex 92 5 55 0 61 2A 2B 146 5D 1E
Octal 222 5 125 0 141 52 53 506 135 36
Binary 10010010 101 1010101 0 1100001 101010 101011 101000110 1011101 11110

Color Harmonies of #920555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920555

Black with #920555

Text Example


Text Example

White with #920555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920555; }

 p { color: rgb(146,5,85); }

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

background-color css

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

 a { background-color: rgb(146,5,85); }

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

border-color css

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

 span { border-color: rgb(146,5,85); }

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