#92278E

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

Shades of Dark Purple #92278E

Tints of Dark Purple #92278E

Color information

#92278E (or 0x92278E) is unknown color: approx Dark Purple. HEX triplet: 92, 27 and 8E. RGB value is (146,39,142). Sum of RGB (Red+Green+Blue) = 146+39+142=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #92278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92278E is #6DD871. Grayscale: #525252. Windows color (decimal): -7198834 or 9316242. OLE color: 9316242.

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

Color convert

RGB14639142-
CMYK00.730.030.43
HSL302.24º57.84%36.27%-
HSV(B)302.24º73.29%57.25%-
XYZ17.469.5226.51-
YUV82.74161.45173.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=44.65%
G=11.93%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463914200.730.030.43302.2457.8436.27
Hex92278E04932B12e3a24
Octal2224721601113534567244
Binary10010010100111100011100100100111101011100101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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