#92277F

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

Shades of Dark Purple #92277F

Tints of Dark Purple #92277F

Color information

#92277F (or 0x92277F) is unknown color: approx Dark Purple. HEX triplet: 92, 27 and 7F. RGB value is (146,39,127). Sum of RGB (Red+Green+Blue) = 146+39+127=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #92277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92277F is #6DD880. Grayscale: #505050. Windows color (decimal): -7198849 or 8333202. OLE color: 8333202.

HSL color Cylindrical-coordinate representation of color #92277F: hue angle of 310.65º 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 #92277F is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB14639127-
CMYK00.730.130.43
HSL310.65º57.84%36.27%-
HSV(B)310.65º73.29%57.25%-
XYZ16.419.0920.97-
YUV81.02153.95174.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 39 (15.62% from 255) = 12.5%
BLUE value IS 127 (50% from 255) = 40.71%
R=46.79%
G=12.5%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463912700.730.130.43310.6557.8436.27
Hex92277F049D2B1373a24
Octal22247177011115534677244
Binary100100101001111111111010010011101101011100110111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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