Html Css Color HEX #920163 Eggplant

📋 copy color: '#920163'

red 146 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #920163

Tints of Eggplant #920163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 59.35%
G = 0.41%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#920163 (or 0x920163) is known color: Eggplant. HEX triplet: 92, 01 and 63. RGB value is (146,1,99). Sum of RGB (Red+Green+Blue) = 146+1+99=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #920163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920163 is #6DFE9C. Grayscale: #373737. Windows color (decimal): -7208605 or 6488466. OLE color: 6488466.

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

Color convert

RGB 146 1 99 -
CMYK 0 0.99 0.32 0.43
HSL 319.45º 0.99% 0.29% -
HSV(B) 319.45º 0.99% 0.57% -
XYZ 14.12 7.03 12.42 -
YUV 55.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 146 1 99 0 0.99 0.32 0.43 319.45 0.99 0.29
Hex 92 1 63 0 63 20 2B 13F 63 1D
Octal 222 1 143 0 143 40 53 477 143 35
Binary 10010010 1 1100011 0 1100011 100000 101011 100111111 1100011 11101

Color Harmonies of #920163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920163

Black with #920163

Text Example


Text Example

White with #920163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920163; }

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

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

background-color css

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

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

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

border-color css

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

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

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