Html Css Color HEX #991882 Dark Purple

📋 copy color: '#991882'

red 153 ◦ green 24 ◦ blue 130

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

Shades of Dark Purple #991882

Tints of Dark Purple #991882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

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

R = 49.84%
G = 7.82%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#991882 (or 0x991882) is known color: Dark Purple. HEX triplet: 99, 18 and 82. RGB value is (153,24,130). Sum of RGB (Red+Green+Blue) = 153+24+130=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #991882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991882 is #66E77D. Grayscale: #4A4A4A. Windows color (decimal): -6743934 or 8525977. OLE color: 8525977.

HSL color Cylindrical-coordinate representation of color #991882: hue angle of 310.7º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991882 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 24 130 -
CMYK 0 0.84 0.15 0.4
HSL 310.7º 0.73% 0.35% -
HSV(B) 310.7º 0.84% 0.6% -
XYZ 17.49 9.04 21.94 -
YUV 74.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 153 24 130 0 0.84 0.15 0.4 310.7 0.73 0.35
Hex 99 18 82 0 54 F 28 137 49 23
Octal 231 30 202 0 124 17 50 467 111 43
Binary 10011001 11000 10000010 0 1010100 1111 101000 100110111 1001001 100011

Color Harmonies of #991882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991882

Black with #991882

Text Example


Text Example

White with #991882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991882; }

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

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

background-color css

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

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

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

border-color css

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

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

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