#90168B

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

Shades of Dark Magenta #90168B

Tints of Dark Magenta #90168B

Color information

#90168B (or 0x90168B) is unknown color: approx Dark Magenta. HEX triplet: 90, 16 and 8B. RGB value is (144,22,139). Sum of RGB (Red+Green+Blue) = 144+22+139=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90168B is #6FE974. Grayscale: #474747. Windows color (decimal): -7334261 or 9115280. OLE color: 9115280.

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

Color convert

RGB14422139-
CMYK00.850.030.44
HSL302.46º73.49%32.55%-
HSV(B)302.46º84.72%56.47%-
XYZ16.458.3725.17-
YUV71.82165.92179.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.21%
GREEN value IS 22 (8.98% from 255) = 7.21%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=47.21%
G=7.21%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442213900.850.030.44302.4673.4932.55
Hex90168B05532C12e4921
Octal22026213012535445611141
Binary10010000101101000101101010101111011001001011101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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