#92288C

Color #92288C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #92288C

Tints of Dark Purple #92288C

Color information

#92288C (or 0x92288C) is unknown color: approx Dark Purple. HEX triplet: 92, 28 and 8C. RGB value is (146,40,140). Sum of RGB (Red+Green+Blue) = 146+40+140=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #92288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92288C is #6DD773. Grayscale: #525252. Windows color (decimal): -7198580 or 9185426. OLE color: 9185426.

HSL color Cylindrical-coordinate representation of color #92288C: hue angle of 303.4º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92288C is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB14640140-
CMYK00.730.040.43
HSL303.4º56.99%36.47%-
HSV(B)303.4º72.6%57.25%-
XYZ17.359.5225.73-
YUV83.09160.12172.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 40 (16.02% from 255) = 12.27%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=44.79%
G=12.27%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464014000.730.040.43303.456.9936.47
Hex92288C04942B12f3924
Octal2225021401114534577144
Binary100100101010001000110001001001100101011100101111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92288C; }

 p { color: rgb(146,40,140); }

 H1.HeaderClassName
 {
   color: #92288C;
 }
 .AnyTagClassName
 {
   color: #92288C;
 }
</style>
background-color css

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

 a { background-color: rgb(146,40,140); }

 div.DivClassName
 {
   background-color: #92288C;
 }
 .BgClassName
 {
   background-color: #92288C;
 }
</style>
border-color css

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

 span { border-color: rgb(146,40,140); }

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