Html Css Color HEX #981E80 Dark Purple

📋 copy color: '#981E80'

red 152 ◦ green 30 ◦ blue 128

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

Shades of Dark Purple #981E80

Tints of Dark Purple #981E80

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.68%

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

R = 49.03%
G = 9.68%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#981E80 (or 0x981E80) is known color: Dark Purple. HEX triplet: 98, 1E and 80. RGB value is (152,30,128). Sum of RGB (Red+Green+Blue) = 152+30+128=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #981E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981E80 is #67E17F. Grayscale: #4D4D4D. Windows color (decimal): -6807936 or 8396440. OLE color: 8396440.

HSL color Cylindrical-coordinate representation of color #981E80: hue angle of 311.8º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E80 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 30 128 -
CMYK 0 0.80 0.16 0.40
HSL 311.8º 0.67% 0.36% -
HSV(B) 311.8º 0.8% 0.6% -
XYZ 17.31 9.16 21.28 -
YUV 77.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 152 30 128 0 0.80 0.16 0.40 311.8 0.67 0.36
Hex 98 1E 80 0 50 10 28 138 43 24
Octal 230 36 200 0 120 20 50 470 103 44
Binary 10011000 11110 10000000 0 1010000 10000 101000 100111000 1000011 100100

Color Harmonies of #981E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E80

Black with #981E80

Text Example


Text Example

White with #981E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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