Html Css Color HEX #981080 Dark Purple

📋 copy color: '#981080'

red 152 ◦ green 16 ◦ blue 128

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

Shades of Dark Purple #981080

Tints of Dark Purple #981080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 51.35%
G = 5.41%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#981080 (or 0x981080) is known color: Dark Purple. HEX triplet: 98, 10 and 80. RGB value is (152,16,128). Sum of RGB (Red+Green+Blue) = 152+16+128=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #981080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981080 is #67EF7F. Grayscale: #454545. Windows color (decimal): -6811520 or 8392856. OLE color: 8392856.

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

Color convert

RGB 152 16 128 -
CMYK 0 0.89 0.16 0.40
HSL 310.59º 0.81% 0.33% -
HSV(B) 310.59º 0.89% 0.6% -
XYZ 17.03 8.6 21.19 -
YUV 69.43 161.06 186.89 -
System Red Green Blue C M Y K H S L
Decimal 152 16 128 0 0.89 0.16 0.40 310.59 0.81 0.33
Hex 98 10 80 0 59 10 28 137 51 21
Octal 230 20 200 0 131 20 50 467 121 41
Binary 10011000 10000 10000000 0 1011001 10000 101000 100110111 1010001 100001

Color Harmonies of #981080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981080

Black with #981080

Text Example


Text Example

White with #981080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981080; }

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

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

background-color css

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

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

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

border-color css

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

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

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