Html Css Color HEX #983080 Dark Purple

📋 copy color: '#983080'

red 152 ◦ green 48 ◦ blue 128

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

Shades of Dark Purple #983080

Tints of Dark Purple #983080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

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

R = 46.34%
G = 14.63%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#983080 (or 0x983080) is known color: Dark Purple. HEX triplet: 98, 30 and 80. RGB value is (152,48,128). Sum of RGB (Red+Green+Blue) = 152+48+128=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #983080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983080 is #67CF7F. Grayscale: #585858. Windows color (decimal): -6803328 or 8401048. OLE color: 8401048.

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

Color convert

RGB 152 48 128 -
CMYK 0 0.68 0.16 0.40
HSL 313.85º 0.52% 0.39% -
HSV(B) 313.85º 0.68% 0.6% -
XYZ 17.9 10.35 21.48 -
YUV 88.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 152 48 128 0 0.68 0.16 0.40 313.85 0.52 0.39
Hex 98 30 80 0 44 10 28 13A 34 27
Octal 230 60 200 0 104 20 50 472 64 47
Binary 10011000 110000 10000000 0 1000100 10000 101000 100111010 110100 100111

Color Harmonies of #983080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983080

Black with #983080

Text Example


Text Example

White with #983080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983080; }

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

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

background-color css

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

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

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

border-color css

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

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

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