Html Css Color HEX #982580 Dark Purple

📋 copy color: '#982580'

red 152 ◦ green 37 ◦ blue 128

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

Shades of Dark Purple #982580

Tints of Dark Purple #982580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

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

R = 47.95%
G = 11.67%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#982580 (or 0x982580) is known color: Dark Purple. HEX triplet: 98, 25 and 80. RGB value is (152,37,128). Sum of RGB (Red+Green+Blue) = 152+37+128=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #982580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982580 is #67DA7F. Grayscale: #515151. Windows color (decimal): -6806144 or 8398232. OLE color: 8398232.

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

Color convert

RGB 152 37 128 -
CMYK 0 0.76 0.16 0.40
HSL 312.52º 0.61% 0.37% -
HSV(B) 312.52º 0.76% 0.6% -
XYZ 17.51 9.56 21.34 -
YUV 81.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 152 37 128 0 0.76 0.16 0.40 312.52 0.61 0.37
Hex 98 25 80 0 4C 10 28 139 3D 25
Octal 230 45 200 0 114 20 50 471 75 45
Binary 10011000 100101 10000000 0 1001100 10000 101000 100111001 111101 100101

Color Harmonies of #982580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982580

Black with #982580

Text Example


Text Example

White with #982580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982580; }

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

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

background-color css

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

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

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

border-color css

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

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

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