Html Css Color HEX #900595 Dark Magenta

📋 copy color: '#900595'

red 144 ◦ green 5 ◦ blue 149

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

Shades of Dark Magenta #900595

Tints of Dark Magenta #900595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 48.32%
G = 1.68%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#900595 (or 0x900595) is known color: Dark Magenta. HEX triplet: 90, 05 and 95. RGB value is (144,5,149). Sum of RGB (Red+Green+Blue) = 144+5+149=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #900595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900595 is #6FFA6A. Grayscale: #3E3E3E. Windows color (decimal): -7338603 or 9766288. OLE color: 9766288.

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

Color convert

RGB 144 5 149 -
CMYK 0.03 0.97 0 0.42
HSL 297.92º 0.94% 0.3% -
HSV(B) 297.92º 0.97% 0.58% -
XYZ 16.98 8.21 29.12 -
YUV 62.98 176.55 185.79 -
System Red Green Blue C M Y K H S L
Decimal 144 5 149 0.03 0.97 0 0.42 297.92 0.94 0.3
Hex 90 5 95 3 61 0 2A 12A 5E 1E
Octal 220 5 225 3 141 0 52 452 136 36
Binary 10010000 101 10010101 11 1100001 0 101010 100101010 1011110 11110

Color Harmonies of #900595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900595

Black with #900595

Text Example


Text Example

White with #900595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900595; }

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

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

background-color css

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

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

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

border-color css

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

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

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