Html Css Color HEX #920463 Eggplant

📋 copy color: '#920463'

red 146 ◦ green 4 ◦ blue 99

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

Shades of Eggplant #920463

Tints of Eggplant #920463

RGB

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

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

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

R = 58.63%
G = 1.61%
B = 39.76%

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

#920463 (or 0x920463) is known color: Eggplant. HEX triplet: 92, 04 and 63. RGB value is (146,4,99). Sum of RGB (Red+Green+Blue) = 146+4+99=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #920463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920463 is #6DFB9C. Grayscale: #393939. Windows color (decimal): -7207837 or 6489234. OLE color: 6489234.

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

Color convert

RGB 146 4 99 -
CMYK 0 0.97 0.32 0.43
HSL 319.86º 0.95% 0.29% -
HSV(B) 319.86º 0.97% 0.57% -
XYZ 14.15 7.1 12.43 -
YUV 57.29 151.54 191.28 -
System Red Green Blue C M Y K H S L
Decimal 146 4 99 0 0.97 0.32 0.43 319.86 0.95 0.29
Hex 92 4 63 0 61 20 2B 140 5F 1D
Octal 222 4 143 0 141 40 53 500 137 35
Binary 10010010 100 1100011 0 1100001 100000 101011 101000000 1011111 11101

Color Harmonies of #920463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920463

Black with #920463

Text Example


Text Example

White with #920463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920463; }

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

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

background-color css

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

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

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

border-color css

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

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

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