#930F9E

Color #930F9E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #930F9E

Tints of Dark Magenta #930F9E

Color information

#930F9E (or 0x930F9E) is unknown color: approx Dark Magenta. HEX triplet: 93, 0F and 9E. RGB value is (147,15,158). Sum of RGB (Red+Green+Blue) = 147+15+158=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #930F9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930F9E is #6CF061. Grayscale: #464646. Windows color (decimal): -7139426 or 10358675. OLE color: 10358675.

HSL color Cylindrical-coordinate representation of color #930F9E: hue angle of 295.38º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #930F9E is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14715158-
CMYK0.070.9100.38
HSL295.38º82.66%33.92%-
HSV(B)295.38º90.51%61.96%-
XYZ18.389.0133.12-
YUV70.77177.23182.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 15 (6.25% from 255) = 4.69%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=45.94%
G=4.69%
B=49.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147151580.070.9100.38295.3882.6633.92
Hex93F9E75B0261275322
Octal22317236713304644712342
Binary10010011111110011110111101101101001101001001111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930F9E; }

 p { color: rgb(147,15,158); }

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

<style>
 a { background-color: #930F9E; }

 a { background-color: rgb(147,15,158); }

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

<style>
 span { border-color: #930F9E; }

 span { border-color: rgb(147,15,158); }

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