Html Css Color HEX #991F9A Dark Magenta

📋 copy color: '#991F9A'

red 153 ◦ green 31 ◦ blue 154

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

Shades of Dark Magenta #991F9A

Tints of Dark Magenta #991F9A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.17%

 BLUE value IS 154 (60.55% from 255) = 45.56%

R = 45.27%
G = 9.17%
B = 45.56%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#991F9A (or 0x991F9A) is known color: Dark Magenta. HEX triplet: 99, 1F and 9A. RGB value is (153,31,154). Sum of RGB (Red+Green+Blue) = 153+31+154=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #991F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991F9A is #66E065. Grayscale: #515151. Windows color (decimal): -6742118 or 10100633. OLE color: 10100633.

HSL color Cylindrical-coordinate representation of color #991F9A: hue angle of 299.51º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991F9A is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 153 31 154 -
CMYK 0.01 0.80 0 0.40
HSL 299.51º 0.66% 0.36% -
HSV(B) 299.51º 0.8% 0.6% -
XYZ 19.46 10.09 31.49 -
YUV 81.5 168.92 179 -
System Red Green Blue C M Y K H S L
Decimal 153 31 154 0.01 0.80 0 0.40 299.51 0.66 0.36
Hex 99 1F 9A 1 50 0 28 12C 42 24
Octal 231 37 232 1 120 0 50 454 102 44
Binary 10011001 11111 10011010 1 1010000 0 101000 100101100 1000010 100100

Color Harmonies of #991F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991F9A

Black with #991F9A

Text Example


Text Example

White with #991F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991F9A; }

 p { color: rgb(153,31,154); }

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

background-color css

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

 a { background-color: rgb(153,31,154); }

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

border-color css

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

 span { border-color: rgb(153,31,154); }

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