Html Css Color HEX #992080 Dark Purple

📋 copy color: '#992080'

red 153 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #992080

Tints of Dark Purple #992080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

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

R = 48.88%
G = 10.22%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#992080 (or 0x992080) is known color: Dark Purple. HEX triplet: 99, 20 and 80. RGB value is (153,32,128). Sum of RGB (Red+Green+Blue) = 153+32+128=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #992080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992080 is #66DF7F. Grayscale: #4E4E4E. Windows color (decimal): -6741888 or 8396953. OLE color: 8396953.

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

Color convert

RGB 153 32 128 -
CMYK 0 0.79 0.16 0.4
HSL 312.4º 0.65% 0.36% -
HSV(B) 312.4º 0.79% 0.6% -
XYZ 17.55 9.36 21.3 -
YUV 79.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 153 32 128 0 0.79 0.16 0.4 312.4 0.65 0.36
Hex 99 20 80 0 4F 10 28 138 41 24
Octal 231 40 200 0 117 20 50 470 101 44
Binary 10011001 100000 10000000 0 1001111 10000 101000 100111000 1000001 100100

Color Harmonies of #992080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992080

Black with #992080

Text Example


Text Example

White with #992080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992080; }

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

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

background-color css

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

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

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

border-color css

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

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

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