#92267E

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

Shades of Dark Purple #92267E

Tints of Dark Purple #92267E

Color information

#92267E (or 0x92267E) is unknown color: approx Dark Purple. HEX triplet: 92, 26 and 7E. RGB value is (146,38,126). Sum of RGB (Red+Green+Blue) = 146+38+126=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #92267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92267E is #6DD981. Grayscale: #505050. Windows color (decimal): -7199106 or 8267410. OLE color: 8267410.

HSL color Cylindrical-coordinate representation of color #92267E: hue angle of 311.11º 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 #92267E is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14638126-
CMYK00.740.140.43
HSL311.11º58.7%36.08%-
HSV(B)311.11º73.97%57.25%-
XYZ16.31920.62-
YUV80.32153.78174.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=47.10%
G=12.26%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463812600.740.140.43311.1158.736.08
Hex92267E04AE2B1373b24
Octal22246176011216534677344
Binary100100101001101111110010010101110101011100110111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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