Html Css Color HEX #990FA7 Dark Magenta

📋 copy color: '#990FA7'

red 153 ◦ green 15 ◦ blue 167

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

Shades of Dark Magenta #990FA7

Tints of Dark Magenta #990FA7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.48%

 BLUE value IS 167 (65.63% from 255) = 49.85%

R = 45.67%
G = 4.48%
B = 49.85%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#990FA7 (or 0x990FA7) is known color: Dark Magenta. HEX triplet: 99, 0F and A7. RGB value is (153,15,167). Sum of RGB (Red+Green+Blue) = 153+15+167=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 167 (65.62% from 255 or 49.85% from 335); Max value from RGB is 167 - color contains mainly: blue. Hex color #990FA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990FA7 is #66F058. Grayscale: #494949. Windows color (decimal): -6746201 or 10948505. OLE color: 10948505.

HSL color Cylindrical-coordinate representation of color #990FA7: hue angle of 294.47º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990FA7 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 15 167 -
CMYK 0.08 0.91 0 0.35
HSL 294.47º 0.84% 0.36% -
HSV(B) 294.47º 0.91% 0.65% -
XYZ 20.28 9.9 37.4 -
YUV 73.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 153 15 167 0.08 0.91 0 0.35 294.47 0.84 0.36
Hex 99 F A7 8 5B 0 23 126 54 24
Octal 231 17 247 10 133 0 43 446 124 44
Binary 10011001 1111 10100111 1000 1011011 0 100011 100100110 1010100 100100

Color Harmonies of #990FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FA7

Black with #990FA7

Text Example


Text Example

White with #990FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990FA7; }

 p { color: rgb(153,15,167); }

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

background-color css

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

 a { background-color: rgb(153,15,167); }

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

border-color css

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

 span { border-color: rgb(153,15,167); }

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