Html Css Color HEX #991F94 Dark Purple

📋 copy color: '#991F94'

red 153 ◦ green 31 ◦ blue 148

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

Shades of Dark Purple #991F94

Tints of Dark Purple #991F94

RGB

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

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

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

R = 46.08%
G = 9.34%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#991F94 (or 0x991F94) is known color: Dark Purple. HEX triplet: 99, 1F and 94. RGB value is (153,31,148). Sum of RGB (Red+Green+Blue) = 153+31+148=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #991F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991F94 is #66E06B. Grayscale: #505050. Windows color (decimal): -6742124 or 9707417. OLE color: 9707417.

HSL color Cylindrical-coordinate representation of color #991F94: hue angle of 302.46º 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 #991F94 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 31 148 -
CMYK 0 0.80 0.03 0.4
HSL 302.46º 0.66% 0.36% -
HSV(B) 302.46º 0.8% 0.6% -
XYZ 18.97 9.89 28.93 -
YUV 80.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 153 31 148 0 0.80 0.03 0.4 302.46 0.66 0.36
Hex 99 1F 94 0 50 3 28 12E 42 24
Octal 231 37 224 0 120 3 50 456 102 44
Binary 10011001 11111 10010100 0 1010000 11 101000 100101110 1000010 100100

Color Harmonies of #991F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991F94

Black with #991F94

Text Example


Text Example

White with #991F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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