#92277C

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

Shades of Dark Purple #92277C

Tints of Dark Purple #92277C

Color information

#92277C (or 0x92277C) is unknown color: approx Dark Purple. HEX triplet: 92, 27 and 7C. RGB value is (146,39,124). Sum of RGB (Red+Green+Blue) = 146+39+124=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92277C is #6DD883. Grayscale: #505050. Windows color (decimal): -7198852 or 8136594. OLE color: 8136594.

HSL color Cylindrical-coordinate representation of color #92277C: hue angle of 312.34º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92277C is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14639124-
CMYK00.730.150.43
HSL312.34º57.84%36.27%-
HSV(B)312.34º73.29%57.25%-
XYZ16.229.0219.95-
YUV80.68152.45174.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 39 (15.62% from 255) = 12.62%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=47.25%
G=12.62%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463912400.730.150.43312.3457.8436.27
Hex92277C049F2B1383a24
Octal22247174011117534707244
Binary100100101001111111100010010011111101011100111000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92277C; }

 p { color: rgb(146,39,124); }

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

<style>
 a { background-color: #92277C; }

 a { background-color: rgb(146,39,124); }

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

<style>
 span { border-color: #92277C; }

 span { border-color: rgb(146,39,124); }

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