#92288B

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

Shades of Dark Purple #92288B

Tints of Dark Purple #92288B

Color information

#92288B (or 0x92288B) is unknown color: approx Dark Purple. HEX triplet: 92, 28 and 8B. RGB value is (146,40,139). Sum of RGB (Red+Green+Blue) = 146+40+139=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92288B is #6DD774. Grayscale: #525252. Windows color (decimal): -7198581 or 9119890. OLE color: 9119890.

HSL color Cylindrical-coordinate representation of color #92288B: hue angle of 303.96º 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 #92288B is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB14640139-
CMYK00.730.050.43
HSL303.96º56.99%36.47%-
HSV(B)303.96º72.6%57.25%-
XYZ17.279.4925.35-
YUV82.98159.62172.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 40 (16.02% from 255) = 12.31%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=44.92%
G=12.31%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464013900.730.050.43303.9656.9936.47
Hex92288B04952B1303924
Octal2225021301115534607144
Binary100100101010001000101101001001101101011100110000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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