Html Css Color HEX #991588 Dark Purple

📋 copy color: '#991588'

red 153 ◦ green 21 ◦ blue 136

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

Shades of Dark Purple #991588

Tints of Dark Purple #991588

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

 BLUE value IS 136 (53.52% from 255) = 43.87%

R = 49.35%
G = 6.77%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#991588 (or 0x991588) is known color: Dark Purple. HEX triplet: 99, 15 and 88. RGB value is (153,21,136). Sum of RGB (Red+Green+Blue) = 153+21+136=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #991588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991588 is #66EA77. Grayscale: #494949. Windows color (decimal): -6744696 or 8918425. OLE color: 8918425.

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

Color convert

RGB 153 21 136 -
CMYK 0 0.86 0.11 0.4
HSL 307.73º 0.76% 0.34% -
HSV(B) 307.73º 0.86% 0.6% -
XYZ 17.85 9.09 24.11 -
YUV 73.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 153 21 136 0 0.86 0.11 0.4 307.73 0.76 0.34
Hex 99 15 88 0 56 B 28 134 4C 22
Octal 231 25 210 0 126 13 50 464 114 42
Binary 10011001 10101 10001000 0 1010110 1011 101000 100110100 1001100 100010

Color Harmonies of #991588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991588

Black with #991588

Text Example


Text Example

White with #991588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991588; }

 p { color: rgb(153,21,136); }

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

background-color css

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

 a { background-color: rgb(153,21,136); }

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

border-color css

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

 span { border-color: rgb(153,21,136); }

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