#92297D

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

Shades of Dark Purple #92297D

Tints of Dark Purple #92297D

Color information

#92297D (or 0x92297D) is unknown color: approx Dark Purple. HEX triplet: 92, 29 and 7D. RGB value is (146,41,125). Sum of RGB (Red+Green+Blue) = 146+41+125=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #92297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92297D is #6DD682. Grayscale: #515151. Windows color (decimal): -7198339 or 8202642. OLE color: 8202642.

HSL color Cylindrical-coordinate representation of color #92297D: hue angle of 312º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #92297D is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14641125-
CMYK00.720.140.43
HSL312º56.15%36.67%-
HSV(B)312º71.92%57.25%-
XYZ16.359.1820.31-
YUV81.97152.29173.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 41 (16.41% from 255) = 13.14%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=46.79%
G=13.14%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464112500.720.140.4331256.1536.67
Hex92297D048E2B1383825
Octal22251175011016534707045
Binary100100101010011111101010010001110101011100111000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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