Html Css Color HEX #991870 Dark Purple

📋 copy color: '#991870'

red 153 ◦ green 24 ◦ blue 112

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

Shades of Dark Purple #991870

Tints of Dark Purple #991870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 52.94%
G = 8.3%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#991870 (or 0x991870) is known color: Dark Purple. HEX triplet: 99, 18 and 70. RGB value is (153,24,112). Sum of RGB (Red+Green+Blue) = 153+24+112=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #991870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991870 is #66E78F. Grayscale: #484848. Windows color (decimal): -6743952 or 7346329. OLE color: 7346329.

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

Color convert

RGB 153 24 112 -
CMYK 0 0.84 0.27 0.4
HSL 319.07º 0.73% 0.35% -
HSV(B) 319.07º 0.84% 0.6% -
XYZ 16.39 8.6 16.12 -
YUV 72.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 153 24 112 0 0.84 0.27 0.4 319.07 0.73 0.35
Hex 99 18 70 0 54 1B 28 13F 49 23
Octal 231 30 160 0 124 33 50 477 111 43
Binary 10011001 11000 1110000 0 1010100 11011 101000 100111111 1001001 100011

Color Harmonies of #991870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991870

Black with #991870

Text Example


Text Example

White with #991870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991870; }

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

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

background-color css

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

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

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

border-color css

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

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

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