Html Css Color HEX #992880 Dark Purple

📋 copy color: '#992880'

red 153 ◦ green 40 ◦ blue 128

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

Shades of Dark Purple #992880

Tints of Dark Purple #992880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.46%

 BLUE value IS 128 (50.39% from 255) = 39.88%

R = 47.66%
G = 12.46%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#992880 (or 0x992880) is known color: Dark Purple. HEX triplet: 99, 28 and 80. RGB value is (153,40,128). Sum of RGB (Red+Green+Blue) = 153+40+128=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #992880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992880 is #66D77F. Grayscale: #535353. Windows color (decimal): -6739840 or 8399001. OLE color: 8399001.

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

Color convert

RGB 153 40 128 -
CMYK 0 0.74 0.16 0.4
HSL 313.27º 0.59% 0.38% -
HSV(B) 313.27º 0.74% 0.6% -
XYZ 17.79 9.85 21.39 -
YUV 83.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 153 40 128 0 0.74 0.16 0.4 313.27 0.59 0.38
Hex 99 28 80 0 4A 10 28 139 3B 26
Octal 231 50 200 0 112 20 50 471 73 46
Binary 10011001 101000 10000000 0 1001010 10000 101000 100111001 111011 100110

Color Harmonies of #992880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992880

Black with #992880

Text Example


Text Example

White with #992880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992880; }

 p { color: rgb(153,40,128); }

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

background-color css

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

 a { background-color: rgb(153,40,128); }

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

border-color css

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

 span { border-color: rgb(153,40,128); }

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