Html Css Color HEX #990894 Dark Magenta

📋 copy color: '#990894'

red 153 ◦ green 8 ◦ blue 148

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

Shades of Dark Magenta #990894

Tints of Dark Magenta #990894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.59%

 BLUE value IS 148 (58.2% from 255) = 47.9%

R = 49.51%
G = 2.59%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#990894 (or 0x990894) is known color: Dark Magenta. HEX triplet: 99, 08 and 94. RGB value is (153,8,148). Sum of RGB (Red+Green+Blue) = 153+8+148=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #990894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990894 is #66F76B. Grayscale: #424242. Windows color (decimal): -6748012 or 9701529. OLE color: 9701529.

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

Color convert

RGB 153 8 148 -
CMYK 0 0.95 0.03 0.4
HSL 302.07º 0.9% 0.32% -
HSV(B) 302.07º 0.95% 0.6% -
XYZ 18.57 9.08 28.79 -
YUV 67.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 153 8 148 0 0.95 0.03 0.4 302.07 0.9 0.32
Hex 99 8 94 0 5F 3 28 12E 5A 20
Octal 231 10 224 0 137 3 50 456 132 40
Binary 10011001 1000 10010100 0 1011111 11 101000 100101110 1011010 100000

Color Harmonies of #990894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990894

Black with #990894

Text Example


Text Example

White with #990894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990894; }

 p { color: rgb(153,8,148); }

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

background-color css

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

 a { background-color: rgb(153,8,148); }

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

border-color css

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

 span { border-color: rgb(153,8,148); }

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