#92246C

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

Shades of Dark Purple #92246C

Tints of Dark Purple #92246C

Color information

#92246C (or 0x92246C) is unknown color: approx Dark Purple. HEX triplet: 92, 24 and 6C. RGB value is (146,36,108). Sum of RGB (Red+Green+Blue) = 146+36+108=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #92246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92246C is #6DDB93. Grayscale: #4C4C4C. Windows color (decimal): -7199636 or 7087250. OLE color: 7087250.

HSL color Cylindrical-coordinate representation of color #92246C: hue angle of 320.73º 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 #92246C is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14636108-
CMYK00.750.260.43
HSL320.73º60.44%35.69%-
HSV(B)320.73º75.34%57.25%-
XYZ15.198.4615.02-
YUV77.1145.44177.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.34%
GREEN value IS 36 (14.45% from 255) = 12.41%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=50.34%
G=12.41%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463610800.750.260.43320.7360.4435.69
Hex92246C04B1A2B1413c24
Octal22244154011332535017444
Binary1001001010010011011000100101111010101011101000001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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