Html Css Color HEX #991A85 Dark Purple

📋 copy color: '#991A85'

red 153 ◦ green 26 ◦ blue 133

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

Shades of Dark Purple #991A85

Tints of Dark Purple #991A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.33%

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 49.04%
G = 8.33%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#991A85 (or 0x991A85) is known color: Dark Purple. HEX triplet: 99, 1A and 85. RGB value is (153,26,133). Sum of RGB (Red+Green+Blue) = 153+26+133=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #991A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991A85 is #66E57A. Grayscale: #4B4B4B. Windows color (decimal): -6743419 or 8723097. OLE color: 8723097.

HSL color Cylindrical-coordinate representation of color #991A85: hue angle of 309.45º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A85 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 26 133 -
CMYK 0 0.83 0.13 0.4
HSL 309.45º 0.71% 0.35% -
HSV(B) 309.45º 0.83% 0.6% -
XYZ 17.74 9.2 23.03 -
YUV 76.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 153 26 133 0 0.83 0.13 0.4 309.45 0.71 0.35
Hex 99 1A 85 0 53 D 28 135 47 23
Octal 231 32 205 0 123 15 50 465 107 43
Binary 10011001 11010 10000101 0 1010011 1101 101000 100110101 1000111 100011

Color Harmonies of #991A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991A85

Black with #991A85

Text Example


Text Example

White with #991A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991A85; }

 p { color: rgb(153,26,133); }

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

background-color css

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

 a { background-color: rgb(153,26,133); }

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

border-color css

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

 span { border-color: rgb(153,26,133); }

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