#930892

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

Shades of Dark Magenta #930892

Tints of Dark Magenta #930892

Color information

#930892 (or 0x930892) is unknown color: approx Dark Magenta. HEX triplet: 93, 08 and 92. RGB value is (147,8,146). Sum of RGB (Red+Green+Blue) = 147+8+146=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #930892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930892 is #6CF76D. Grayscale: #404040. Windows color (decimal): -7141230 or 9570451. OLE color: 9570451.

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

Color convert

RGB1478146-
CMYK00.950.010.42
HSL300.43º89.68%30.39%-
HSV(B)300.43º94.56%57.65%-
XYZ17.318.4527.91-
YUV65.29173.55186.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.84%
GREEN value IS 8 (3.52% from 255) = 2.66%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=48.84%
G=2.66%
B=48.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147814600.950.010.42300.4389.6830.39
Hex9389205F12A12c5a1e
Octal22310222013715245413236
Binary10010011100010010010010111111101010100101100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930892; }

 p { color: rgb(147,8,146); }

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

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

 a { background-color: rgb(147,8,146); }

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

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

 span { border-color: rgb(147,8,146); }

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