Html Css Color HEX #991873 Dark Purple

📋 copy color: '#991873'

red 153 ◦ green 24 ◦ blue 115

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

Shades of Dark Purple #991873

Tints of Dark Purple #991873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.38%

R = 52.4%
G = 8.22%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#991873 (or 0x991873) is known color: Dark Purple. HEX triplet: 99, 18 and 73. RGB value is (153,24,115). Sum of RGB (Red+Green+Blue) = 153+24+115=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #991873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991873 is #66E78C. Grayscale: #484848. Windows color (decimal): -6743949 or 7542937. OLE color: 7542937.

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

Color convert

RGB 153 24 115 -
CMYK 0 0.84 0.25 0.4
HSL 317.67º 0.73% 0.35% -
HSV(B) 317.67º 0.84% 0.6% -
XYZ 16.56 8.66 17.02 -
YUV 72.95 151.74 185.1 -
System Red Green Blue C M Y K H S L
Decimal 153 24 115 0 0.84 0.25 0.4 317.67 0.73 0.35
Hex 99 18 73 0 54 19 28 13E 49 23
Octal 231 30 163 0 124 31 50 476 111 43
Binary 10011001 11000 1110011 0 1010100 11001 101000 100111110 1001001 100011

Color Harmonies of #991873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991873

Black with #991873

Text Example


Text Example

White with #991873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991873; }

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

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

background-color css

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

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

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

border-color css

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

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

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