#92267F

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

Shades of Dark Purple #92267F

Tints of Dark Purple #92267F

Color information

#92267F (or 0x92267F) is unknown color: approx Dark Purple. HEX triplet: 92, 26 and 7F. RGB value is (146,38,127). Sum of RGB (Red+Green+Blue) = 146+38+127=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #92267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92267F is #6DD980. Grayscale: #505050. Windows color (decimal): -7199105 or 8332946. OLE color: 8332946.

HSL color Cylindrical-coordinate representation of color #92267F: hue angle of 310.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #92267F is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB14638127-
CMYK00.740.130.43
HSL310.56º58.7%36.08%-
HSV(B)310.56º73.97%57.25%-
XYZ16.389.0320.96-
YUV80.44154.28174.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 38 (15.23% from 255) = 12.22%
BLUE value IS 127 (50% from 255) = 40.84%
R=46.95%
G=12.22%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463812700.740.130.43310.5658.736.08
Hex92267F04AD2B1373b24
Octal22246177011215534677344
Binary100100101001101111111010010101101101011100110111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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