Html Css Color HEX #983580 Dark Purple

📋 copy color: '#983580'

red 152 ◦ green 53 ◦ blue 128

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

Shades of Dark Purple #983580

Tints of Dark Purple #983580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.92%

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

R = 45.65%
G = 15.92%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#983580 (or 0x983580) is known color: Dark Purple. HEX triplet: 98, 35 and 80. RGB value is (152,53,128). Sum of RGB (Red+Green+Blue) = 152+53+128=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #983580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983580 is #67CA7F. Grayscale: #5A5A5A. Windows color (decimal): -6802048 or 8402328. OLE color: 8402328.

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

Color convert

RGB 152 53 128 -
CMYK 0 0.65 0.16 0.40
HSL 314.55º 0.48% 0.4% -
HSV(B) 314.55º 0.65% 0.6% -
XYZ 18.12 10.78 21.55 -
YUV 91.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 152 53 128 0 0.65 0.16 0.40 314.55 0.48 0.4
Hex 98 35 80 0 41 10 28 13B 30 28
Octal 230 65 200 0 101 20 50 473 60 50
Binary 10011000 110101 10000000 0 1000001 10000 101000 100111011 110000 101000

Color Harmonies of #983580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983580

Black with #983580

Text Example


Text Example

White with #983580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983580; }

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

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

background-color css

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

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

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

border-color css

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

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

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