Html Css Color HEX #991B8C Dark Purple

📋 copy color: '#991B8C'

red 153 ◦ green 27 ◦ blue 140

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

Shades of Dark Purple #991B8C

Tints of Dark Purple #991B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.75%

R = 47.81%
G = 8.44%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#991B8C (or 0x991B8C) is known color: Dark Purple. HEX triplet: 99, 1B and 8C. RGB value is (153,27,140). Sum of RGB (Red+Green+Blue) = 153+27+140=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #991B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991B8C is #66E473. Grayscale: #4D4D4D. Windows color (decimal): -6743156 or 9182105. OLE color: 9182105.

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

Color convert

RGB 153 27 140 -
CMYK 0 0.82 0.08 0.4
HSL 306.19º 0.7% 0.35% -
HSV(B) 306.19º 0.82% 0.6% -
XYZ 18.26 9.45 25.67 -
YUV 77.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 153 27 140 0 0.82 0.08 0.4 306.19 0.7 0.35
Hex 99 1B 8C 0 52 8 28 132 46 23
Octal 231 33 214 0 122 10 50 462 106 43
Binary 10011001 11011 10001100 0 1010010 1000 101000 100110010 1000110 100011

Color Harmonies of #991B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B8C

Black with #991B8C

Text Example


Text Example

White with #991B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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