Html Css Color HEX #991B72 Dark Purple

📋 copy color: '#991B72'

red 153 ◦ green 27 ◦ blue 114

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

Shades of Dark Purple #991B72

Tints of Dark Purple #991B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 52.04%
G = 9.18%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#991B72 (or 0x991B72) is known color: Dark Purple. HEX triplet: 99, 1B and 72. RGB value is (153,27,114). Sum of RGB (Red+Green+Blue) = 153+27+114=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #991B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B72 is #66E48D. Grayscale: #4A4A4A. Windows color (decimal): -6743182 or 7478169. OLE color: 7478169.

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

Color convert

RGB 153 27 114 -
CMYK 0 0.82 0.25 0.4
HSL 318.57º 0.7% 0.35% -
HSV(B) 318.57º 0.82% 0.6% -
XYZ 16.57 8.77 16.74 -
YUV 74.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 153 27 114 0 0.82 0.25 0.4 318.57 0.7 0.35
Hex 99 1B 72 0 52 19 28 13F 46 23
Octal 231 33 162 0 122 31 50 477 106 43
Binary 10011001 11011 1110010 0 1010010 11001 101000 100111111 1000110 100011

Color Harmonies of #991B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B72

Black with #991B72

Text Example


Text Example

White with #991B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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