Html Css Color HEX #991E8C Dark Purple

📋 copy color: '#991E8C'

red 153 ◦ green 30 ◦ blue 140

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

Shades of Dark Purple #991E8C

Tints of Dark Purple #991E8C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.29%

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 47.37%
G = 9.29%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#991E8C (or 0x991E8C) is known color: Dark Purple. HEX triplet: 99, 1E and 8C. RGB value is (153,30,140). Sum of RGB (Red+Green+Blue) = 153+30+140=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #991E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E8C is #66E173. Grayscale: #4F4F4F. Windows color (decimal): -6742388 or 9182873. OLE color: 9182873.

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

Color convert

RGB 153 30 140 -
CMYK 0 0.80 0.08 0.4
HSL 306.34º 0.67% 0.36% -
HSV(B) 306.34º 0.8% 0.6% -
XYZ 18.33 9.59 25.7 -
YUV 79.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 153 30 140 0 0.80 0.08 0.4 306.34 0.67 0.36
Hex 99 1E 8C 0 50 8 28 132 43 24
Octal 231 36 214 0 120 10 50 462 103 44
Binary 10011001 11110 10001100 0 1010000 1000 101000 100110010 1000011 100100

Color Harmonies of #991E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991E8C

Black with #991E8C

Text Example


Text Example

White with #991E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,30,140); }

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

background-color css

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

 a { background-color: rgb(153,30,140); }

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

border-color css

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

 span { border-color: rgb(153,30,140); }

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