Html Css Color HEX #921263 Eggplant

📋 copy color: '#921263'

red 146 ◦ green 18 ◦ blue 99

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

Shades of Eggplant #921263

Tints of Eggplant #921263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.84%

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

R = 55.51%
G = 6.84%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#921263 (or 0x921263) is known color: Eggplant. HEX triplet: 92, 12 and 63. RGB value is (146,18,99). Sum of RGB (Red+Green+Blue) = 146+18+99=263 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.51% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 146 - color contains mainly: red. Hex color #921263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921263 is #6DED9C. Grayscale: #414141. Windows color (decimal): -7204253 or 6492818. OLE color: 6492818.

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

Color convert

RGB 146 18 99 -
CMYK 0 0.88 0.32 0.43
HSL 322.03º 0.78% 0.32% -
HSV(B) 322.03º 0.88% 0.57% -
XYZ 14.32 7.44 12.49 -
YUV 65.51 146.91 185.41 -
System Red Green Blue C M Y K H S L
Decimal 146 18 99 0 0.88 0.32 0.43 322.03 0.78 0.32
Hex 92 12 63 0 58 20 2B 142 4E 20
Octal 222 22 143 0 130 40 53 502 116 40
Binary 10010010 10010 1100011 0 1011000 100000 101011 101000010 1001110 100000

Color Harmonies of #921263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921263

Black with #921263

Text Example


Text Example

White with #921263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921263; }

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

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

background-color css

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

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

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

border-color css

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

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

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