Html Css Color HEX #991983 Dark Purple

📋 copy color: '#991983'

red 153 ◦ green 25 ◦ blue 131

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

Shades of Dark Purple #991983

Tints of Dark Purple #991983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

 BLUE value IS 131 (51.56% from 255) = 42.39%

R = 49.51%
G = 8.09%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#991983 (or 0x991983) is known color: Dark Purple. HEX triplet: 99, 19 and 83. RGB value is (153,25,131). Sum of RGB (Red+Green+Blue) = 153+25+131=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #991983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991983 is #66E67C. Grayscale: #4B4B4B. Windows color (decimal): -6743677 or 8591769. OLE color: 8591769.

HSL color Cylindrical-coordinate representation of color #991983: hue angle of 310.31º degrees, saturation: 0.72, 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 #991983 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 25 131 -
CMYK 0 0.84 0.14 0.4
HSL 310.31º 0.72% 0.35% -
HSV(B) 310.31º 0.84% 0.6% -
XYZ 17.58 9.11 22.3 -
YUV 75.36 159.41 183.38 -
System Red Green Blue C M Y K H S L
Decimal 153 25 131 0 0.84 0.14 0.4 310.31 0.72 0.35
Hex 99 19 83 0 54 E 28 136 48 23
Octal 231 31 203 0 124 16 50 466 110 43
Binary 10011001 11001 10000011 0 1010100 1110 101000 100110110 1001000 100011

Color Harmonies of #991983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991983

Black with #991983

Text Example


Text Example

White with #991983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991983; }

 p { color: rgb(153,25,131); }

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

background-color css

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

 a { background-color: rgb(153,25,131); }

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

border-color css

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

 span { border-color: rgb(153,25,131); }

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