#92218E

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

Shades of Dark Purple #92218E

Tints of Dark Purple #92218E

Color information

#92218E (or 0x92218E) is unknown color: approx Dark Purple. HEX triplet: 92, 21 and 8E. RGB value is (146,33,142). Sum of RGB (Red+Green+Blue) = 146+33+142=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #92218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92218E is #6DDE71. Grayscale: #4E4E4E. Windows color (decimal): -7200370 or 9314706. OLE color: 9314706.

HSL color Cylindrical-coordinate representation of color #92218E: hue angle of 302.12º degrees, saturation: 0.63, 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 #92218E is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14633142-
CMYK00.770.030.43
HSL302.12º63.13%35.1%-
HSV(B)302.12º77.4%57.25%-
XYZ17.289.1526.45-
YUV79.21163.44175.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=45.48%
G=10.28%
B=44.24%

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
Decimal1463314200.770.030.43302.1263.1335.1
Hex92218E04D32B12e3f23
Octal2224121601153534567743
Binary10010010100001100011100100110111101011100101110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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