Html Css Color HEX #991376 Dark Purple

📋 copy color: '#991376'

red 153 ◦ green 19 ◦ blue 118

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

Shades of Dark Purple #991376

Tints of Dark Purple #991376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.55%

 BLUE value IS 118 (46.48% from 255) = 40.69%

R = 52.76%
G = 6.55%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#991376 (or 0x991376) is known color: Dark Purple. HEX triplet: 99, 13 and 76. RGB value is (153,19,118). Sum of RGB (Red+Green+Blue) = 153+19+118=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #991376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991376 is #66EC89. Grayscale: #464646. Windows color (decimal): -6745226 or 7738265. OLE color: 7738265.

HSL color Cylindrical-coordinate representation of color #991376: hue angle of 315.67º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991376 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 118 -
CMYK 0 0.88 0.23 0.4
HSL 315.67º 0.78% 0.34% -
HSV(B) 315.67º 0.88% 0.6% -
XYZ 16.64 8.55 17.91 -
YUV 70.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 153 19 118 0 0.88 0.23 0.4 315.67 0.78 0.34
Hex 99 13 76 0 58 17 28 13C 4E 22
Octal 231 23 166 0 130 27 50 474 116 42
Binary 10011001 10011 1110110 0 1011000 10111 101000 100111100 1001110 100010

Color Harmonies of #991376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991376

Black with #991376

Text Example


Text Example

White with #991376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991376; }

 p { color: rgb(153,19,118); }

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

background-color css

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

 a { background-color: rgb(153,19,118); }

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

border-color css

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

 span { border-color: rgb(153,19,118); }

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