#93007C

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

Shades of Dark Magenta #93007C

Tints of Dark Magenta #93007C

Color information

#93007C (or 0x93007C) is unknown color: approx Dark Magenta. HEX triplet: 93, 00 and 7C. RGB value is (147,0,124). Sum of RGB (Red+Green+Blue) = 147+0+124=271 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.24% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 147 - color contains mainly: red. Hex color #93007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93007C is #6CFF83. Grayscale: #393939. Windows color (decimal): -7143300 or 8126611. OLE color: 8126611.

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

Color convert

RGB1470124-
CMYK010.160.42
HSL309.39º100%28.82%-
HSV(B)309.39º100%57.65%-
XYZ15.677.6619.72-
YUV58.09165.2191.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 45.76%
R=54.24%
G=0%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1470124010.160.42309.3910028.82
Hex9307C064102A135641d
Octal22301740144205246514435
Binary10010011011111000110010010000101010100110101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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