Html Css Color HEX #990495 Dark Magenta

📋 copy color: '#990495'

red 153 ◦ green 4 ◦ blue 149

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

Shades of Dark Magenta #990495

Tints of Dark Magenta #990495

RGB

 RED value IS 153 (60.16% from 255) = 50%

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 50%
G = 1.31%
B = 48.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#990495 (or 0x990495) is known color: Dark Magenta. HEX triplet: 99, 04 and 95. RGB value is (153,4,149). Sum of RGB (Red+Green+Blue) = 153+4+149=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #990495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990495 is #66FB6A. Grayscale: #404040. Windows color (decimal): -6749035 or 9766041. OLE color: 9766041.

HSL color Cylindrical-coordinate representation of color #990495: hue angle of 301.61º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990495 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 149 -
CMYK 0 0.97 0.03 0.4
HSL 301.61º 0.95% 0.31% -
HSV(B) 301.61º 0.97% 0.6% -
XYZ 18.61 9.03 29.2 -
YUV 65.08 175.36 190.71 -
System Red Green Blue C M Y K H S L
Decimal 153 4 149 0 0.97 0.03 0.4 301.61 0.95 0.31
Hex 99 4 95 0 61 3 28 12E 5F 1F
Octal 231 4 225 0 141 3 50 456 137 37
Binary 10011001 100 10010101 0 1100001 11 101000 100101110 1011111 11111

Color Harmonies of #990495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990495

Black with #990495

Text Example


Text Example

White with #990495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990495; }

 p { color: rgb(153,4,149); }

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

background-color css

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

 a { background-color: rgb(153,4,149); }

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

border-color css

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

 span { border-color: rgb(153,4,149); }

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