#90039A

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

Shades of Dark Magenta #90039A

Tints of Dark Magenta #90039A

Color information

#90039A (or 0x90039A) is unknown color: approx Dark Magenta. HEX triplet: 90, 03 and 9A. RGB value is (144,3,154). Sum of RGB (Red+Green+Blue) = 144+3+154=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #90039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90039A is #6FFC65. Grayscale: #3D3D3D. Windows color (decimal): -7339110 or 10093456. OLE color: 10093456.

HSL color Cylindrical-coordinate representation of color #90039A: hue angle of 296.03º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90039A is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1443154-
CMYK0.060.9800.40
HSL296.03º96.18%30.78%-
HSV(B)296.03º98.05%60.39%-
XYZ17.378.3331.26-
YUV62.37179.71186.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.84%
GREEN value IS 3 (1.56% from 255) = 1.00%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=47.84%
G=1.00%
B=51.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14431540.060.9800.40296.0396.1830.78
Hex9039A662028128601f
Octal2203232614205045014037
Binary10010000111001101011011000100101000100101000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90039A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90039A; }

 p { color: rgb(144,3,154); }

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

<style>
 a { background-color: #90039A; }

 a { background-color: rgb(144,3,154); }

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

<style>
 span { border-color: #90039A; }

 span { border-color: rgb(144,3,154); }

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