Html Css Color HEX #920559 Eggplant

📋 copy color: '#920559'

red 146 ◦ green 5 ◦ blue 89

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

Shades of Eggplant #920559

Tints of Eggplant #920559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 60.83%
G = 2.08%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#920559 (or 0x920559) is known color: Eggplant. HEX triplet: 92, 05 and 59. RGB value is (146,5,89). Sum of RGB (Red+Green+Blue) = 146+5+89=240 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.83% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 146 - color contains mainly: red. Hex color #920559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920559 is #6DFAA6. Grayscale: #383838. Windows color (decimal): -7207591 or 5834130. OLE color: 5834130.

HSL color Cylindrical-coordinate representation of color #920559: hue angle of 324.26º 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 #920559 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 5 89 -
CMYK 0 0.97 0.39 0.43
HSL 324.26º 0.93% 0.3% -
HSV(B) 324.26º 0.97% 0.57% -
XYZ 13.71 6.94 10.07 -
YUV 56.74 146.21 191.67 -
System Red Green Blue C M Y K H S L
Decimal 146 5 89 0 0.97 0.39 0.43 324.26 0.93 0.3
Hex 92 5 59 0 61 27 2B 144 5D 1E
Octal 222 5 131 0 141 47 53 504 135 36
Binary 10010010 101 1011001 0 1100001 100111 101011 101000100 1011101 11110

Color Harmonies of #920559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920559

Black with #920559

Text Example


Text Example

White with #920559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920559; }

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

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

background-color css

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

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

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

border-color css

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

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

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