#90078B

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

Shades of Dark Magenta #90078B

Tints of Dark Magenta #90078B

Color information

#90078B (or 0x90078B) is unknown color: approx Dark Magenta. HEX triplet: 90, 07 and 8B. RGB value is (144,7,139). Sum of RGB (Red+Green+Blue) = 144+7+139=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90078B is #6FF874. Grayscale: #3E3E3E. Windows color (decimal): -7338101 or 9111440. OLE color: 9111440.

HSL color Cylindrical-coordinate representation of color #90078B: hue angle of 302.19º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90078B is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB1447139-
CMYK00.950.030.44
HSL302.19º90.73%29.61%-
HSV(B)302.19º95.14%56.47%-
XYZ16.247.9525.1-
YUV63.01170.89185.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.66%
GREEN value IS 7 (3.12% from 255) = 2.41%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=49.66%
G=2.41%
B=47.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144713900.950.030.44302.1990.7329.61
Hex9078B05F32C12e5b1e
Octal2207213013735445613336
Binary10010000111100010110101111111101100100101110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90078B; }

 p { color: rgb(144,7,139); }

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

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

 a { background-color: rgb(144,7,139); }

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

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

 span { border-color: rgb(144,7,139); }

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