#930680

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

Shades of Dark Magenta #930680

Tints of Dark Magenta #930680

Color information

#930680 (or 0x930680) is unknown color: approx Dark Magenta. HEX triplet: 93, 06 and 80. RGB value is (147,6,128). Sum of RGB (Red+Green+Blue) = 147+6+128=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #930680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930680 is #6CF97F. Grayscale: #3D3D3D. Windows color (decimal): -7141760 or 8390291. OLE color: 8390291.

HSL color Cylindrical-coordinate representation of color #930680: hue angle of 308.09º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #930680 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB1476128-
CMYK00.960.130.42
HSL308.09º92.16%30%-
HSV(B)308.09º95.92%57.65%-
XYZ15.997.8921.1-
YUV62.07165.21188.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.31%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=52.31%
G=2.14%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147612800.960.130.42308.0992.1630
Hex93680060D2A1345c1e
Octal22362000140155246413436
Binary1001001111010000000011000001101101010100110100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930680; }

 p { color: rgb(147,6,128); }

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

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

 a { background-color: rgb(147,6,128); }

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

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

 span { border-color: rgb(147,6,128); }

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