Html Css Color HEX #991B7C Dark Purple

📋 copy color: '#991B7C'

red 153 ◦ green 27 ◦ blue 124

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

Shades of Dark Purple #991B7C

Tints of Dark Purple #991B7C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.88%

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

R = 50.33%
G = 8.88%
B = 40.79%

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

#991B7C (or 0x991B7C) is known color: Dark Purple. HEX triplet: 99, 1B and 7C. RGB value is (153,27,124). Sum of RGB (Red+Green+Blue) = 153+27+124=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #991B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B7C is #66E483. Grayscale: #4B4B4B. Windows color (decimal): -6743172 or 8133529. OLE color: 8133529.

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

Color convert

RGB 153 27 124 -
CMYK 0 0.82 0.19 0.4
HSL 313.81º 0.7% 0.35% -
HSV(B) 313.81º 0.82% 0.6% -
XYZ 17.17 9.01 19.9 -
YUV 75.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 153 27 124 0 0.82 0.19 0.4 313.81 0.7 0.35
Hex 99 1B 7C 0 52 13 28 13A 46 23
Octal 231 33 174 0 122 23 50 472 106 43
Binary 10011001 11011 1111100 0 1010010 10011 101000 100111010 1000110 100011

Color Harmonies of #991B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B7C

Black with #991B7C

Text Example


Text Example

White with #991B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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