Html Css Color HEX #991B82 Dark Purple

📋 copy color: '#991B82'

red 153 ◦ green 27 ◦ blue 130

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

Shades of Dark Purple #991B82

Tints of Dark Purple #991B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.94%

R = 49.35%
G = 8.71%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#991B82 (or 0x991B82) is known color: Dark Purple. HEX triplet: 99, 1B and 82. RGB value is (153,27,130). Sum of RGB (Red+Green+Blue) = 153+27+130=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #991B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991B82 is #66E47D. Grayscale: #4C4C4C. Windows color (decimal): -6743166 or 8526745. OLE color: 8526745.

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

Color convert

RGB 153 27 130 -
CMYK 0 0.82 0.15 0.4
HSL 310.95º 0.7% 0.35% -
HSV(B) 310.95º 0.82% 0.6% -
XYZ 17.56 9.17 21.96 -
YUV 76.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 153 27 130 0 0.82 0.15 0.4 310.95 0.7 0.35
Hex 99 1B 82 0 52 F 28 137 46 23
Octal 231 33 202 0 122 17 50 467 106 43
Binary 10011001 11011 10000010 0 1010010 1111 101000 100110111 1000110 100011

Color Harmonies of #991B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B82

Black with #991B82

Text Example


Text Example

White with #991B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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