#90079B

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

Shades of Dark Magenta #90079B

Tints of Dark Magenta #90079B

Color information

#90079B (or 0x90079B) is unknown color: approx Dark Magenta. HEX triplet: 90, 07 and 9B. RGB value is (144,7,155). Sum of RGB (Red+Green+Blue) = 144+7+155=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #90079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90079B is #6FF864. Grayscale: #404040. Windows color (decimal): -7338085 or 10160016. OLE color: 10160016.

HSL color Cylindrical-coordinate representation of color #90079B: hue angle of 295.54º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90079B is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1447155-
CMYK0.070.9500.39
HSL295.54º91.36%31.76%-
HSV(B)295.54º95.48%60.78%-
XYZ17.498.4531.72-
YUV64.84178.89184.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.06%
GREEN value IS 7 (3.12% from 255) = 2.29%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=47.06%
G=2.29%
B=50.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14471550.070.9500.39295.5491.3631.76
Hex9079B75F0271285b20
Octal2207233713704745013340
Binary1001000011110011011111101111101001111001010001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90079B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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