#92247C

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

Shades of Dark Purple #92247C

Tints of Dark Purple #92247C

Color information

#92247C (or 0x92247C) is unknown color: approx Dark Purple. HEX triplet: 92, 24 and 7C. RGB value is (146,36,124). Sum of RGB (Red+Green+Blue) = 146+36+124=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #92247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92247C is #6DDB83. Grayscale: #4E4E4E. Windows color (decimal): -7199620 or 8135826. OLE color: 8135826.

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

Color convert

RGB14636124-
CMYK00.750.150.43
HSL312º60.44%35.69%-
HSV(B)312º75.34%57.25%-
XYZ16.128.8319.92-
YUV78.92153.44175.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=47.71%
G=11.76%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463612400.750.150.4331260.4435.69
Hex92247C04BF2B1383c24
Octal22244174011317534707444
Binary100100101001001111100010010111111101011100111000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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