#92246D

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

Shades of Dark Purple #92246D

Tints of Dark Purple #92246D

Color information

#92246D (or 0x92246D) is unknown color: approx Dark Purple. HEX triplet: 92, 24 and 6D. RGB value is (146,36,109). Sum of RGB (Red+Green+Blue) = 146+36+109=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #92246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92246D is #6DDB92. Grayscale: #4D4D4D. Windows color (decimal): -7199635 or 7152786. OLE color: 7152786.

HSL color Cylindrical-coordinate representation of color #92246D: hue angle of 320.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #92246D is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14636109-
CMYK00.750.250.43
HSL320.18º60.44%35.69%-
HSV(B)320.18º75.34%57.25%-
XYZ15.258.4815.3-
YUV77.21145.94177.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.17%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=50.17%
G=12.37%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463610900.750.250.43320.1860.4435.69
Hex92246D04B192B1403c24
Octal22244155011331535007444
Binary1001001010010011011010100101111001101011101000000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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