#92287F

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

Shades of Dark Purple #92287F

Tints of Dark Purple #92287F

Color information

#92287F (or 0x92287F) is unknown color: approx Dark Purple. HEX triplet: 92, 28 and 7F. RGB value is (146,40,127). Sum of RGB (Red+Green+Blue) = 146+40+127=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #92287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92287F is #6DD780. Grayscale: #515151. Windows color (decimal): -7198593 or 8333458. OLE color: 8333458.

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

Color convert

RGB14640127-
CMYK00.730.130.43
HSL310.75º56.99%36.47%-
HSV(B)310.75º72.6%57.25%-
XYZ16.449.1620.98-
YUV81.61153.62173.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.65%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 127 (50% from 255) = 40.58%
R=46.65%
G=12.78%
B=40.58%

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
Decimal1464012700.730.130.43310.7556.9936.47
Hex92287F049D2B1373924
Octal22250177011115534677144
Binary100100101010001111111010010011101101011100110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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