#92226D

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

Shades of Dark Purple #92226D

Tints of Dark Purple #92226D

Color information

#92226D (or 0x92226D) is unknown color: approx Dark Purple. HEX triplet: 92, 22 and 6D. RGB value is (146,34,109). Sum of RGB (Red+Green+Blue) = 146+34+109=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #92226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92226D is #6DDD92. Grayscale: #4B4B4B. Windows color (decimal): -7200147 or 7152274. OLE color: 7152274.

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

Color convert

RGB14634109-
CMYK00.770.250.43
HSL319.82º62.22%35.29%-
HSV(B)319.82º76.71%57.25%-
XYZ15.198.3615.28-
YUV76.04146.61177.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.52%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=50.52%
G=11.76%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463410900.770.250.43319.8262.2235.29
Hex92226D04D192B1403e23
Octal22242155011531535007643
Binary1001001010001011011010100110111001101011101000000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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