Html Css Color HEX #991985 Dark Purple

📋 copy color: '#991985'

red 153 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #991985

Tints of Dark Purple #991985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 49.2%
G = 8.04%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#991985 (or 0x991985) is known color: Dark Purple. HEX triplet: 99, 19 and 85. RGB value is (153,25,133). Sum of RGB (Red+Green+Blue) = 153+25+133=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #991985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991985 is #66E67A. Grayscale: #4B4B4B. Windows color (decimal): -6743675 or 8722841. OLE color: 8722841.

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

Color convert

RGB 153 25 133 -
CMYK 0 0.84 0.13 0.4
HSL 309.38º 0.72% 0.35% -
HSV(B) 309.38º 0.84% 0.6% -
XYZ 17.72 9.16 23.02 -
YUV 75.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 153 25 133 0 0.84 0.13 0.4 309.38 0.72 0.35
Hex 99 19 85 0 54 D 28 135 48 23
Octal 231 31 205 0 124 15 50 465 110 43
Binary 10011001 11001 10000101 0 1010100 1101 101000 100110101 1001000 100011

Color Harmonies of #991985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991985

Black with #991985

Text Example


Text Example

White with #991985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991985; }

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

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

background-color css

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

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

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

border-color css

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

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

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