#92097A

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

Shades of Dark Purple #92097A

Tints of Dark Purple #92097A

Color information

#92097A (or 0x92097A) is unknown color: approx Dark Purple. HEX triplet: 92, 09 and 7A. RGB value is (146,9,122). Sum of RGB (Red+Green+Blue) = 146+9+122=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #92097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92097A is #6DF685. Grayscale: #3E3E3E. Windows color (decimal): -7206534 or 7997842. OLE color: 7997842.

HSL color Cylindrical-coordinate representation of color #92097A: hue angle of 310.51º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92097A is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB1469122-
CMYK00.940.160.43
HSL310.51º88.39%30.39%-
HSV(B)310.51º93.84%57.25%-
XYZ15.467.7119.09-
YUV62.84161.39187.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=52.71%
G=3.25%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146912200.940.160.43310.5188.3930.39
Hex9297A05E102B137581e
Octal222111720136205346713036
Binary10010010100111110100101111010000101011100110111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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