Html Css Color HEX #991C7C Dark Purple

📋 copy color: '#991C7C'

red 153 ◦ green 28 ◦ blue 124

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

Shades of Dark Purple #991C7C

Tints of Dark Purple #991C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 50.16%
G = 9.18%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#991C7C (or 0x991C7C) is known color: Dark Purple. HEX triplet: 99, 1C and 7C. RGB value is (153,28,124). Sum of RGB (Red+Green+Blue) = 153+28+124=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #991C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991C7C is #66E383. Grayscale: #4C4C4C. Windows color (decimal): -6742916 or 8133785. OLE color: 8133785.

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

Color convert

RGB 153 28 124 -
CMYK 0 0.82 0.19 0.4
HSL 313.92º 0.69% 0.35% -
HSV(B) 313.92º 0.82% 0.6% -
XYZ 17.19 9.06 19.91 -
YUV 76.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 153 28 124 0 0.82 0.19 0.4 313.92 0.69 0.35
Hex 99 1C 7C 0 52 13 28 13A 45 23
Octal 231 34 174 0 122 23 50 472 105 43
Binary 10011001 11100 1111100 0 1010010 10011 101000 100111010 1000101 100011

Color Harmonies of #991C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C7C

Black with #991C7C

Text Example


Text Example

White with #991C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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