Html Css Color HEX #991783 Dark Purple

📋 copy color: '#991783'

red 153 ◦ green 23 ◦ blue 131

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

Shades of Dark Purple #991783

Tints of Dark Purple #991783

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.49%

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

R = 49.84%
G = 7.49%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#991783 (or 0x991783) is known color: Dark Purple. HEX triplet: 99, 17 and 83. RGB value is (153,23,131). Sum of RGB (Red+Green+Blue) = 153+23+131=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #991783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991783 is #66E87C. Grayscale: #494949. Windows color (decimal): -6744189 or 8591257. OLE color: 8591257.

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

Color convert

RGB 153 23 131 -
CMYK 0 0.85 0.14 0.4
HSL 310.15º 0.74% 0.35% -
HSV(B) 310.15º 0.85% 0.6% -
XYZ 17.54 9.02 22.29 -
YUV 74.18 160.07 184.22 -
System Red Green Blue C M Y K H S L
Decimal 153 23 131 0 0.85 0.14 0.4 310.15 0.74 0.35
Hex 99 17 83 0 55 E 28 136 4A 23
Octal 231 27 203 0 125 16 50 466 112 43
Binary 10011001 10111 10000011 0 1010101 1110 101000 100110110 1001010 100011

Color Harmonies of #991783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991783

Black with #991783

Text Example


Text Example

White with #991783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991783; }

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

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

background-color css

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

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

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

border-color css

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

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

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