Html Css Color HEX #981C80 Dark Purple

📋 copy color: '#981C80'

red 152 ◦ green 28 ◦ blue 128

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

Shades of Dark Purple #981C80

Tints of Dark Purple #981C80

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

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

R = 49.35%
G = 9.09%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#981C80 (or 0x981C80) is known color: Dark Purple. HEX triplet: 98, 1C and 80. RGB value is (152,28,128). Sum of RGB (Red+Green+Blue) = 152+28+128=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #981C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C80 is #67E37F. Grayscale: #4C4C4C. Windows color (decimal): -6808448 or 8395928. OLE color: 8395928.

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

Color convert

RGB 152 28 128 -
CMYK 0 0.82 0.16 0.40
HSL 311.61º 0.69% 0.35% -
HSV(B) 311.61º 0.82% 0.6% -
XYZ 17.26 9.06 21.26 -
YUV 76.48 157.08 181.87 -
System Red Green Blue C M Y K H S L
Decimal 152 28 128 0 0.82 0.16 0.40 311.61 0.69 0.35
Hex 98 1C 80 0 52 10 28 138 45 23
Octal 230 34 200 0 122 20 50 470 105 43
Binary 10011000 11100 10000000 0 1010010 10000 101000 100111000 1000101 100011

Color Harmonies of #981C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C80

Black with #981C80

Text Example


Text Example

White with #981C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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