#92297A

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

Shades of Dark Purple #92297A

Tints of Dark Purple #92297A

Color information

#92297A (or 0x92297A) is unknown color: approx Dark Purple. HEX triplet: 92, 29 and 7A. RGB value is (146,41,122). Sum of RGB (Red+Green+Blue) = 146+41+122=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92297A is #6DD685. Grayscale: #515151. Windows color (decimal): -7198342 or 8006034. OLE color: 8006034.

HSL color Cylindrical-coordinate representation of color #92297A: hue angle of 313.71º 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 #92297A is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14641122-
CMYK00.720.160.43
HSL313.71º56.15%36.67%-
HSV(B)313.71º71.92%57.25%-
XYZ16.169.119.32-
YUV81.63150.79173.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 41 (16.41% from 255) = 13.27%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=47.25%
G=13.27%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464112200.720.160.43313.7156.1536.67
Hex92297A048102B13a3825
Octal22251172011020534727045
Binary1001001010100111110100100100010000101011100111010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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