Html Css Color HEX #991A8A Dark Purple

📋 copy color: '#991A8A'

red 153 ◦ green 26 ◦ blue 138

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

Shades of Dark Purple #991A8A

Tints of Dark Purple #991A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 48.26%
G = 8.2%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#991A8A (or 0x991A8A) is known color: Dark Purple. HEX triplet: 99, 1A and 8A. RGB value is (153,26,138). Sum of RGB (Red+Green+Blue) = 153+26+138=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #991A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991A8A is #66E575. Grayscale: #4C4C4C. Windows color (decimal): -6743414 or 9050777. OLE color: 9050777.

HSL color Cylindrical-coordinate representation of color #991A8A: hue angle of 307.09º 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 #991A8A is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 26 138 -
CMYK 0 0.83 0.10 0.4
HSL 307.09º 0.71% 0.35% -
HSV(B) 307.09º 0.83% 0.6% -
XYZ 18.09 9.35 24.9 -
YUV 76.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 153 26 138 0 0.83 0.10 0.4 307.09 0.71 0.35
Hex 99 1A 8A 0 53 A 28 133 47 23
Octal 231 32 212 0 123 12 50 463 107 43
Binary 10011001 11010 10001010 0 1010011 1010 101000 100110011 1000111 100011

Color Harmonies of #991A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991A8A

Black with #991A8A

Text Example


Text Example

White with #991A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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