#93007D

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

Shades of Dark Magenta #93007D

Tints of Dark Magenta #93007D

Color information

#93007D (or 0x93007D) is unknown color: approx Dark Magenta. HEX triplet: 93, 00 and 7D. RGB value is (147,0,125). Sum of RGB (Red+Green+Blue) = 147+0+125=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #93007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93007D is #6CFF82. Grayscale: #393939. Windows color (decimal): -7143299 or 8192147. OLE color: 8192147.

HSL color Cylindrical-coordinate representation of color #93007D: hue angle of 308.98º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93007D is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB1470125-
CMYK010.150.42
HSL308.98º100%28.82%-
HSV(B)308.98º100%57.65%-
XYZ15.737.6820.06-
YUV58.2165.7191.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 45.96%
R=54.04%
G=0%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1470125010.150.42308.9810028.82
Hex9307D064F2A135641d
Octal22301750144175246514435
Binary1001001101111101011001001111101010100110101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93007D; }

 p { color: rgb(147,0,125); }

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

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

 a { background-color: rgb(147,0,125); }

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

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

 span { border-color: rgb(147,0,125); }

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