Html Css Color HEX #981D80 Dark Purple

📋 copy color: '#981D80'

red 152 ◦ green 29 ◦ blue 128

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

Shades of Dark Purple #981D80

Tints of Dark Purple #981D80

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.39%

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

R = 49.19%
G = 9.39%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#981D80 (or 0x981D80) is known color: Dark Purple. HEX triplet: 98, 1D and 80. RGB value is (152,29,128). Sum of RGB (Red+Green+Blue) = 152+29+128=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #981D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D80 is #67E27F. Grayscale: #4C4C4C. Windows color (decimal): -6808192 or 8396184. OLE color: 8396184.

HSL color Cylindrical-coordinate representation of color #981D80: hue angle of 311.71º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D80 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 29 128 -
CMYK 0 0.81 0.16 0.40
HSL 311.71º 0.68% 0.35% -
HSV(B) 311.71º 0.81% 0.6% -
XYZ 17.28 9.11 21.27 -
YUV 77.06 156.75 181.45 -
System Red Green Blue C M Y K H S L
Decimal 152 29 128 0 0.81 0.16 0.40 311.71 0.68 0.35
Hex 98 1D 80 0 51 10 28 138 44 23
Octal 230 35 200 0 121 20 50 470 104 43
Binary 10011000 11101 10000000 0 1010001 10000 101000 100111000 1000100 100011

Color Harmonies of #981D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D80

Black with #981D80

Text Example


Text Example

White with #981D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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