#92286E

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

Shades of Dark Purple #92286E

Tints of Dark Purple #92286E

Color information

#92286E (or 0x92286E) is unknown color: approx Dark Purple. HEX triplet: 92, 28 and 6E. RGB value is (146,40,110). Sum of RGB (Red+Green+Blue) = 146+40+110=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #92286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92286E is #6DD791. Grayscale: #4F4F4F. Windows color (decimal): -7198610 or 7219346. OLE color: 7219346.

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

Color convert

RGB14640110-
CMYK00.730.250.43
HSL320.38º56.99%36.47%-
HSV(B)320.38º72.6%57.25%-
XYZ15.438.7515.63-
YUV79.67145.12175.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.32%
GREEN value IS 40 (16.02% from 255) = 13.51%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=49.32%
G=13.51%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464011000.730.250.43320.3856.9936.47
Hex92286E049192B1403924
Octal22250156011131535007144
Binary1001001010100011011100100100111001101011101000000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,40,110); }

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

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

 a { background-color: rgb(146,40,110); }

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

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

 span { border-color: rgb(146,40,110); }

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