Html Css Color HEX #901595 Dark Magenta

📋 copy color: '#901595'

red 144 ◦ green 21 ◦ blue 149

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

Shades of Dark Magenta #901595

Tints of Dark Magenta #901595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

 BLUE value IS 149 (58.59% from 255) = 47.45%

R = 45.86%
G = 6.69%
B = 47.45%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#901595 (or 0x901595) is known color: Dark Magenta. HEX triplet: 90, 15 and 95. RGB value is (144,21,149). Sum of RGB (Red+Green+Blue) = 144+21+149=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #901595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901595 is #6FEA6A. Grayscale: #474747. Windows color (decimal): -7334507 or 9770384. OLE color: 9770384.

HSL color Cylindrical-coordinate representation of color #901595: hue angle of 297.66º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901595 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 21 149 -
CMYK 0.03 0.86 0 0.42
HSL 297.66º 0.75% 0.33% -
HSV(B) 297.66º 0.86% 0.58% -
XYZ 17.19 8.64 29.19 -
YUV 72.37 171.25 179.09 -
System Red Green Blue C M Y K H S L
Decimal 144 21 149 0.03 0.86 0 0.42 297.66 0.75 0.33
Hex 90 15 95 3 56 0 2A 12A 4B 21
Octal 220 25 225 3 126 0 52 452 113 41
Binary 10010000 10101 10010101 11 1010110 0 101010 100101010 1001011 100001

Color Harmonies of #901595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901595

Black with #901595

Text Example


Text Example

White with #901595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901595; }

 p { color: rgb(144,21,149); }

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

background-color css

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

 a { background-color: rgb(144,21,149); }

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

border-color css

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

 span { border-color: rgb(144,21,149); }

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