Html Css Color HEX #982080 Dark Purple

📋 copy color: '#982080'

red 152 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #982080

Tints of Dark Purple #982080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

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

R = 48.72%
G = 10.26%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#982080 (or 0x982080) is known color: Dark Purple. HEX triplet: 98, 20 and 80. RGB value is (152,32,128). Sum of RGB (Red+Green+Blue) = 152+32+128=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #982080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982080 is #67DF7F. Grayscale: #4E4E4E. Windows color (decimal): -6807424 or 8396952. OLE color: 8396952.

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

Color convert

RGB 152 32 128 -
CMYK 0 0.79 0.16 0.40
HSL 312º 0.65% 0.36% -
HSV(B) 312º 0.79% 0.6% -
XYZ 17.36 9.27 21.3 -
YUV 78.82 155.76 180.19 -
System Red Green Blue C M Y K H S L
Decimal 152 32 128 0 0.79 0.16 0.40 312 0.65 0.36
Hex 98 20 80 0 4F 10 28 138 41 24
Octal 230 40 200 0 117 20 50 470 101 44
Binary 10011000 100000 10000000 0 1001111 10000 101000 100111000 1000001 100100

Color Harmonies of #982080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982080

Black with #982080

Text Example


Text Example

White with #982080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982080; }

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

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

background-color css

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

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

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

border-color css

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

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

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