Html Css Color HEX #991C8C Dark Purple

📋 copy color: '#991C8C'

red 153 ◦ green 28 ◦ blue 140

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

Shades of Dark Purple #991C8C

Tints of Dark Purple #991C8C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.72%

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

R = 47.66%
G = 8.72%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#991C8C (or 0x991C8C) is known color: Dark Purple. HEX triplet: 99, 1C and 8C. RGB value is (153,28,140). Sum of RGB (Red+Green+Blue) = 153+28+140=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #991C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991C8C is #66E373. Grayscale: #4D4D4D. Windows color (decimal): -6742900 or 9182361. OLE color: 9182361.

HSL color Cylindrical-coordinate representation of color #991C8C: hue angle of 306.24º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991C8C is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 28 140 -
CMYK 0 0.82 0.08 0.4
HSL 306.24º 0.69% 0.35% -
HSV(B) 306.24º 0.82% 0.6% -
XYZ 18.29 9.5 25.68 -
YUV 78.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 153 28 140 0 0.82 0.08 0.4 306.24 0.69 0.35
Hex 99 1C 8C 0 52 8 28 132 45 23
Octal 231 34 214 0 122 10 50 462 105 43
Binary 10011001 11100 10001100 0 1010010 1000 101000 100110010 1000101 100011

Color Harmonies of #991C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C8C

Black with #991C8C

Text Example


Text Example

White with #991C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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