Html Css Color HEX #920563 Eggplant

📋 copy color: '#920563'

red 146 ◦ green 5 ◦ blue 99

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

Shades of Eggplant #920563

Tints of Eggplant #920563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.6%

R = 58.4%
G = 2%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#920563 (or 0x920563) is known color: Eggplant. HEX triplet: 92, 05 and 63. RGB value is (146,5,99). Sum of RGB (Red+Green+Blue) = 146+5+99=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #920563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920563 is #6DFA9C. Grayscale: #393939. Windows color (decimal): -7207581 or 6489490. OLE color: 6489490.

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

Color convert

RGB 146 5 99 -
CMYK 0 0.97 0.32 0.43
HSL 320º 0.93% 0.3% -
HSV(B) 320º 0.97% 0.57% -
XYZ 14.16 7.12 12.43 -
YUV 57.88 151.21 190.86 -
System Red Green Blue C M Y K H S L
Decimal 146 5 99 0 0.97 0.32 0.43 320 0.93 0.3
Hex 92 5 63 0 61 20 2B 140 5D 1E
Octal 222 5 143 0 141 40 53 500 135 36
Binary 10010010 101 1100011 0 1100001 100000 101011 101000000 1011101 11110

Color Harmonies of #920563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920563

Black with #920563

Text Example


Text Example

White with #920563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920563; }

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

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

background-color css

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

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

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

border-color css

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

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

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