#92228E

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

Shades of Dark Purple #92228E

Tints of Dark Purple #92228E

Color information

#92228E (or 0x92228E) is unknown color: approx Dark Purple. HEX triplet: 92, 22 and 8E. RGB value is (146,34,142). Sum of RGB (Red+Green+Blue) = 146+34+142=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #92228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92228E is #6DDD71. Grayscale: #4F4F4F. Windows color (decimal): -7200114 or 9314962. OLE color: 9314962.

HSL color Cylindrical-coordinate representation of color #92228E: hue angle of 302.14º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92228E is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14634142-
CMYK00.770.030.43
HSL302.14º62.22%35.29%-
HSV(B)302.14º76.71%57.25%-
XYZ17.319.2126.46-
YUV79.8163.11175.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 34 (13.67% from 255) = 10.56%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=45.34%
G=10.56%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463414200.770.030.43302.1462.2235.29
Hex92228E04D32B12e3e23
Octal2224221601153534567643
Binary10010010100010100011100100110111101011100101110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92228E; }

 p { color: rgb(146,34,142); }

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

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

 a { background-color: rgb(146,34,142); }

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

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

 span { border-color: rgb(146,34,142); }

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