#92227D

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

Shades of Dark Purple #92227D

Tints of Dark Purple #92227D

Color information

#92227D (or 0x92227D) is unknown color: approx Dark Purple. HEX triplet: 92, 22 and 7D. RGB value is (146,34,125). Sum of RGB (Red+Green+Blue) = 146+34+125=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #92227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92227D is #6DDD82. Grayscale: #4D4D4D. Windows color (decimal): -7200131 or 8200850. OLE color: 8200850.

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

Color convert

RGB14634125-
CMYK00.770.140.43
HSL311.25º62.22%35.29%-
HSV(B)311.25º76.71%57.25%-
XYZ16.138.7420.24-
YUV77.86154.61176.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.87%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=47.87%
G=11.15%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463412500.770.140.43311.2562.2235.29
Hex92227D04DE2B1373e23
Octal22242175011516534677643
Binary100100101000101111101010011011110101011100110111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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