Html Css Color HEX #990995 Dark Magenta

📋 copy color: '#990995'

red 153 ◦ green 9 ◦ blue 149

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

Shades of Dark Magenta #990995

Tints of Dark Magenta #990995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.89%

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

R = 49.2%
G = 2.89%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#990995 (or 0x990995) is known color: Dark Magenta. HEX triplet: 99, 09 and 95. RGB value is (153,9,149). Sum of RGB (Red+Green+Blue) = 153+9+149=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #990995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990995 is #66F66A. Grayscale: #434343. Windows color (decimal): -6747755 or 9767321. OLE color: 9767321.

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

Color convert

RGB 153 9 149 -
CMYK 0 0.94 0.03 0.4
HSL 301.67º 0.89% 0.32% -
HSV(B) 301.67º 0.94% 0.6% -
XYZ 18.66 9.14 29.21 -
YUV 68.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 153 9 149 0 0.94 0.03 0.4 301.67 0.89 0.32
Hex 99 9 95 0 5E 3 28 12E 59 20
Octal 231 11 225 0 136 3 50 456 131 40
Binary 10011001 1001 10010101 0 1011110 11 101000 100101110 1011001 100000

Color Harmonies of #990995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990995

Black with #990995

Text Example


Text Example

White with #990995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990995; }

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

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

background-color css

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

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

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

border-color css

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

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

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