Html Css Color HEX #991486 Dark Purple

📋 copy color: '#991486'

red 153 ◦ green 20 ◦ blue 134

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

Shades of Dark Purple #991486

Tints of Dark Purple #991486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

 BLUE value IS 134 (52.73% from 255) = 43.65%

R = 49.84%
G = 6.51%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#991486 (or 0x991486) is known color: Dark Purple. HEX triplet: 99, 14 and 86. RGB value is (153,20,134). Sum of RGB (Red+Green+Blue) = 153+20+134=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #991486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991486 is #66EB79. Grayscale: #484848. Windows color (decimal): -6744954 or 8787097. OLE color: 8787097.

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

Color convert

RGB 153 20 134 -
CMYK 0 0.87 0.12 0.4
HSL 308.57º 0.77% 0.34% -
HSV(B) 308.57º 0.87% 0.6% -
XYZ 17.69 8.99 23.36 -
YUV 72.76 162.56 185.23 -
System Red Green Blue C M Y K H S L
Decimal 153 20 134 0 0.87 0.12 0.4 308.57 0.77 0.34
Hex 99 14 86 0 57 C 28 135 4D 22
Octal 231 24 206 0 127 14 50 465 115 42
Binary 10011001 10100 10000110 0 1010111 1100 101000 100110101 1001101 100010

Color Harmonies of #991486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991486

Black with #991486

Text Example


Text Example

White with #991486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991486; }

 p { color: rgb(153,20,134); }

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

background-color css

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

 a { background-color: rgb(153,20,134); }

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

border-color css

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

 span { border-color: rgb(153,20,134); }

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