Html Css Color HEX #991879 Dark Purple

📋 copy color: '#991879'

red 153 ◦ green 24 ◦ blue 121

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

Shades of Dark Purple #991879

Tints of Dark Purple #991879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 121 (47.66% from 255) = 40.6%

R = 51.34%
G = 8.05%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#991879 (or 0x991879) is known color: Dark Purple. HEX triplet: 99, 18 and 79. RGB value is (153,24,121). Sum of RGB (Red+Green+Blue) = 153+24+121=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #991879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991879 is #66E786. Grayscale: #494949. Windows color (decimal): -6743943 or 7936153. OLE color: 7936153.

HSL color Cylindrical-coordinate representation of color #991879: hue angle of 314.88º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991879 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 24 121 -
CMYK 0 0.84 0.21 0.4
HSL 314.88º 0.73% 0.35% -
HSV(B) 314.88º 0.84% 0.6% -
XYZ 16.91 8.81 18.9 -
YUV 73.63 154.74 184.61 -
System Red Green Blue C M Y K H S L
Decimal 153 24 121 0 0.84 0.21 0.4 314.88 0.73 0.35
Hex 99 18 79 0 54 15 28 13B 49 23
Octal 231 30 171 0 124 25 50 473 111 43
Binary 10011001 11000 1111001 0 1010100 10101 101000 100111011 1001001 100011

Color Harmonies of #991879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991879

Black with #991879

Text Example


Text Example

White with #991879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991879; }

 p { color: rgb(153,24,121); }

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

background-color css

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

 a { background-color: rgb(153,24,121); }

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

border-color css

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

 span { border-color: rgb(153,24,121); }

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