Html Css Color HEX #991B8A Dark Purple

📋 copy color: '#991B8A'

red 153 ◦ green 27 ◦ blue 138

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

Shades of Dark Purple #991B8A

Tints of Dark Purple #991B8A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

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

R = 48.11%
G = 8.49%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#991B8A (or 0x991B8A) is known color: Dark Purple. HEX triplet: 99, 1B and 8A. RGB value is (153,27,138). Sum of RGB (Red+Green+Blue) = 153+27+138=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #991B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991B8A is #66E475. Grayscale: #4D4D4D. Windows color (decimal): -6743158 or 9051033. OLE color: 9051033.

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

Color convert

RGB 153 27 138 -
CMYK 0 0.82 0.10 0.4
HSL 307.14º 0.7% 0.35% -
HSV(B) 307.14º 0.82% 0.6% -
XYZ 18.12 9.39 24.9 -
YUV 77.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 153 27 138 0 0.82 0.10 0.4 307.14 0.7 0.35
Hex 99 1B 8A 0 52 A 28 133 46 23
Octal 231 33 212 0 122 12 50 463 106 43
Binary 10011001 11011 10001010 0 1010010 1010 101000 100110011 1000110 100011

Color Harmonies of #991B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B8A

Black with #991B8A

Text Example


Text Example

White with #991B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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