Html Css Color HEX #991C90 Dark Purple

📋 copy color: '#991C90'

red 153 ◦ green 28 ◦ blue 144

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

Shades of Dark Purple #991C90

Tints of Dark Purple #991C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.62%

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 47.08%
G = 8.62%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#991C90 (or 0x991C90) is known color: Dark Purple. HEX triplet: 99, 1C and 90. RGB value is (153,28,144). Sum of RGB (Red+Green+Blue) = 153+28+144=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #991C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991C90 is #66E36F. Grayscale: #4E4E4E. Windows color (decimal): -6742896 or 9444505. OLE color: 9444505.

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

Color convert

RGB 153 28 144 -
CMYK 0 0.82 0.06 0.4
HSL 304.32º 0.69% 0.35% -
HSV(B) 304.32º 0.82% 0.6% -
XYZ 18.59 9.62 27.26 -
YUV 78.6 164.91 181.07 -
System Red Green Blue C M Y K H S L
Decimal 153 28 144 0 0.82 0.06 0.4 304.32 0.69 0.35
Hex 99 1C 90 0 52 6 28 130 45 23
Octal 231 34 220 0 122 6 50 460 105 43
Binary 10011001 11100 10010000 0 1010010 110 101000 100110000 1000101 100011

Color Harmonies of #991C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C90

Black with #991C90

Text Example


Text Example

White with #991C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,28,144); }

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

background-color css

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

 a { background-color: rgb(153,28,144); }

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

border-color css

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

 span { border-color: rgb(153,28,144); }

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