Html Css Color HEX #90109B Dark Magenta

📋 copy color: '#90109B'

red 144 ◦ green 16 ◦ blue 155

#90109B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #90109B

Tints of Dark Magenta #90109B

RGB

 RED value IS 144 (56.64% from 255) = 45.71%

 GREEN value IS 16 (6.64% from 255) = 5.08%

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 45.71%
G = 5.08%
B = 49.21%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90109B (or 0x90109B) is known color: Dark Magenta. HEX triplet: 90, 10 and 9B. RGB value is (144,16,155). Sum of RGB (Red+Green+Blue) = 144+16+155=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #90109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90109B is #6FEF64. Grayscale: #454545. Windows color (decimal): -7335781 or 10162320. OLE color: 10162320.

HSL color Cylindrical-coordinate representation of color #90109B: hue angle of 295.25º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90109B is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 16 155 -
CMYK 0.07 0.90 0 0.39
HSL 295.25º 0.81% 0.34% -
HSV(B) 295.25º 0.9% 0.61% -
XYZ 17.6 8.67 31.76 -
YUV 70.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 144 16 155 0.07 0.90 0 0.39 295.25 0.81 0.34
Hex 90 10 9B 7 5A 0 27 127 51 22
Octal 220 20 233 7 132 0 47 447 121 42
Binary 10010000 10000 10011011 111 1011010 0 100111 100100111 1010001 100010

Color Harmonies of #90109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90109B

Black with #90109B

Text Example


Text Example

White with #90109B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90109B;
 }
 .AnyTagClassName
 {
   color: #90109B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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