Html Css Color HEX #991F8B Dark Purple

📋 copy color: '#991F8B'

red 153 ◦ green 31 ◦ blue 139

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

Shades of Dark Purple #991F8B

Tints of Dark Purple #991F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 47.37%
G = 9.6%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#991F8B (or 0x991F8B) is known color: Dark Purple. HEX triplet: 99, 1F and 8B. RGB value is (153,31,139). Sum of RGB (Red+Green+Blue) = 153+31+139=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #991F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991F8B is #66E074. Grayscale: #4F4F4F. Windows color (decimal): -6742133 or 9117593. OLE color: 9117593.

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

Color convert

RGB 153 31 139 -
CMYK 0 0.80 0.09 0.4
HSL 306.89º 0.66% 0.36% -
HSV(B) 306.89º 0.8% 0.6% -
XYZ 18.29 9.62 25.32 -
YUV 79.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 153 31 139 0 0.80 0.09 0.4 306.89 0.66 0.36
Hex 99 1F 8B 0 50 9 28 133 42 24
Octal 231 37 213 0 120 11 50 463 102 44
Binary 10011001 11111 10001011 0 1010000 1001 101000 100110011 1000010 100100

Color Harmonies of #991F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991F8B

Black with #991F8B

Text Example


Text Example

White with #991F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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