Html Css Color HEX #901088 Dark Magenta

📋 copy color: '#901088'

red 144 ◦ green 16 ◦ blue 136

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

Shades of Dark Magenta #901088

Tints of Dark Magenta #901088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.95%

R = 48.65%
G = 5.41%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#901088 (or 0x901088) is known color: Dark Magenta. HEX triplet: 90, 10 and 88. RGB value is (144,16,136). Sum of RGB (Red+Green+Blue) = 144+16+136=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #901088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901088 is #6FEF77. Grayscale: #434343. Windows color (decimal): -7335800 or 8917136. OLE color: 8917136.

HSL color Cylindrical-coordinate representation of color #901088: hue angle of 303.75º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901088 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 136 -
CMYK 0 0.89 0.06 0.44
HSL 303.75º 0.8% 0.31% -
HSV(B) 303.75º 0.89% 0.56% -
XYZ 16.13 8.08 24 -
YUV 67.95 166.41 182.24 -
System Red Green Blue C M Y K H S L
Decimal 144 16 136 0 0.89 0.06 0.44 303.75 0.8 0.31
Hex 90 10 88 0 59 6 2C 130 50 1F
Octal 220 20 210 0 131 6 54 460 120 37
Binary 10010000 10000 10001000 0 1011001 110 101100 100110000 1010000 11111

Color Harmonies of #901088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901088

Black with #901088

Text Example


Text Example

White with #901088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901088; }

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

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

background-color css

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

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

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

border-color css

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

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

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