Html Css Color HEX #992780 Dark Purple

📋 copy color: '#992780'

red 153 ◦ green 39 ◦ blue 128

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

Shades of Dark Purple #992780

Tints of Dark Purple #992780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

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

R = 47.81%
G = 12.19%
B = 40%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#992780 (or 0x992780) is known color: Dark Purple. HEX triplet: 99, 27 and 80. RGB value is (153,39,128). Sum of RGB (Red+Green+Blue) = 153+39+128=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #992780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992780 is #66D87F. Grayscale: #525252. Windows color (decimal): -6740096 or 8398745. OLE color: 8398745.

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

Color convert

RGB 153 39 128 -
CMYK 0 0.75 0.16 0.4
HSL 313.16º 0.59% 0.38% -
HSV(B) 313.16º 0.75% 0.6% -
XYZ 17.76 9.78 21.37 -
YUV 83.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 153 39 128 0 0.75 0.16 0.4 313.16 0.59 0.38
Hex 99 27 80 0 4B 10 28 139 3B 26
Octal 231 47 200 0 113 20 50 471 73 46
Binary 10011001 100111 10000000 0 1001011 10000 101000 100111001 111011 100110

Color Harmonies of #992780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992780

Black with #992780

Text Example


Text Example

White with #992780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992780; }

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

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

background-color css

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

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

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

border-color css

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

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

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