#92218D

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

Shades of Dark Purple #92218D

Tints of Dark Purple #92218D

Color information

#92218D (or 0x92218D) is unknown color: approx Dark Purple. HEX triplet: 92, 21 and 8D. RGB value is (146,33,141). Sum of RGB (Red+Green+Blue) = 146+33+141=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #92218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92218D is #6DDE72. Grayscale: #4E4E4E. Windows color (decimal): -7200371 or 9249170. OLE color: 9249170.

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

Color convert

RGB14633141-
CMYK00.770.030.43
HSL302.65º63.13%35.1%-
HSV(B)302.65º77.4%57.25%-
XYZ17.219.1226.05-
YUV79.1162.94175.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 33 (13.28% from 255) = 10.31%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=45.62%
G=10.31%
B=44.06%

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
Decimal1463314100.770.030.43302.6563.1335.1
Hex92218D04D32B12f3f23
Octal2224121501153534577743
Binary10010010100001100011010100110111101011100101111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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