#93007E

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

Shades of Dark Magenta #93007E

Tints of Dark Magenta #93007E

Color information

#93007E (or 0x93007E) is unknown color: approx Dark Magenta. HEX triplet: 93, 00 and 7E. RGB value is (147,0,126). Sum of RGB (Red+Green+Blue) = 147+0+126=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93007E is #6CFF81. Grayscale: #393939. Windows color (decimal): -7143298 or 8257683. OLE color: 8257683.

HSL color Cylindrical-coordinate representation of color #93007E: hue angle of 308.57º 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 #93007E is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB1470126-
CMYK010.140.42
HSL308.57º100%28.82%-
HSV(B)308.57º100%57.65%-
XYZ15.87.7120.39-
YUV58.32166.2191.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 46.15%
R=53.85%
G=0%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1470126010.140.42308.5710028.82
Hex9307E064E2A135641d
Octal22301760144165246514435
Binary1001001101111110011001001110101010100110101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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