Html Css Color HEX #981980 Dark Purple

📋 copy color: '#981980'

red 152 ◦ green 25 ◦ blue 128

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

Shades of Dark Purple #981980

Tints of Dark Purple #981980

RGB

 RED value IS 152 (59.77% from 255) = 49.84%

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

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

R = 49.84%
G = 8.2%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#981980 (or 0x981980) is known color: Dark Purple. HEX triplet: 98, 19 and 80. RGB value is (152,25,128). Sum of RGB (Red+Green+Blue) = 152+25+128=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #981980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981980 is #67E67F. Grayscale: #4A4A4A. Windows color (decimal): -6809216 or 8395160. OLE color: 8395160.

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

Color convert

RGB 152 25 128 -
CMYK 0 0.84 0.16 0.40
HSL 311.34º 0.72% 0.35% -
HSV(B) 311.34º 0.84% 0.6% -
XYZ 17.19 8.93 21.24 -
YUV 74.72 158.08 183.12 -
System Red Green Blue C M Y K H S L
Decimal 152 25 128 0 0.84 0.16 0.40 311.34 0.72 0.35
Hex 98 19 80 0 54 10 28 137 48 23
Octal 230 31 200 0 124 20 50 467 110 43
Binary 10011000 11001 10000000 0 1010100 10000 101000 100110111 1001000 100011

Color Harmonies of #981980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981980

Black with #981980

Text Example


Text Example

White with #981980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981980; }

 p { color: rgb(152,25,128); }

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

background-color css

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

 a { background-color: rgb(152,25,128); }

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

border-color css

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

 span { border-color: rgb(152,25,128); }

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