#920A79

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

Shades of Dark Purple #920A79

Tints of Dark Purple #920A79

Color information

#920A79 (or 0x920A79) is unknown color: approx Dark Purple. HEX triplet: 92, 0A and 79. RGB value is (146,10,121). Sum of RGB (Red+Green+Blue) = 146+10+121=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #920A79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920A79 is #6DF586. Grayscale: #3F3F3F. Windows color (decimal): -7206279 or 7932562. OLE color: 7932562.

HSL color Cylindrical-coordinate representation of color #920A79: hue angle of 311.03º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A79 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14610121-
CMYK00.930.170.43
HSL311.03º87.18%30.59%-
HSV(B)311.03º93.15%57.25%-
XYZ15.417.7118.76-
YUV63.32160.56186.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=52.71%
G=3.61%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461012100.930.170.43311.0387.1830.59
Hex92A7905D112B137571f
Octal222121710135215346712737
Binary10010010101011110010101110110001101011100110111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920A79; }

 p { color: rgb(146,10,121); }

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

<style>
 a { background-color: #920A79; }

 a { background-color: rgb(146,10,121); }

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

<style>
 span { border-color: #920A79; }

 span { border-color: rgb(146,10,121); }

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