#92247D

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

Shades of Dark Purple #92247D

Tints of Dark Purple #92247D

Color information

#92247D (or 0x92247D) is unknown color: approx Dark Purple. HEX triplet: 92, 24 and 7D. RGB value is (146,36,125). Sum of RGB (Red+Green+Blue) = 146+36+125=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #92247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92247D is #6DDB82. Grayscale: #4E4E4E. Windows color (decimal): -7199619 or 8201362. OLE color: 8201362.

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

Color convert

RGB14636125-
CMYK00.750.140.43
HSL311.45º60.44%35.69%-
HSV(B)311.45º75.34%57.25%-
XYZ16.198.8520.26-
YUV79.04153.94175.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.56%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=47.56%
G=11.73%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463612500.750.140.43311.4560.4435.69
Hex92247D04BE2B1373c24
Octal22244175011316534677444
Binary100100101001001111101010010111110101011100110111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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