Html Css Color HEX #982584 Dark Purple

📋 copy color: '#982584'

red 152 ◦ green 37 ◦ blue 132

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

Shades of Dark Purple #982584

Tints of Dark Purple #982584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.12%

R = 47.35%
G = 11.53%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#982584 (or 0x982584) is known color: Dark Purple. HEX triplet: 98, 25 and 84. RGB value is (152,37,132). Sum of RGB (Red+Green+Blue) = 152+37+132=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #982584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982584 is #67DA7B. Grayscale: #515151. Windows color (decimal): -6806140 or 8660376. OLE color: 8660376.

HSL color Cylindrical-coordinate representation of color #982584: hue angle of 310.43º 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 #982584 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 132 -
CMYK 0 0.76 0.13 0.40
HSL 310.43º 0.61% 0.37% -
HSV(B) 310.43º 0.76% 0.6% -
XYZ 17.78 9.66 22.76 -
YUV 82.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 152 37 132 0 0.76 0.13 0.40 310.43 0.61 0.37
Hex 98 25 84 0 4C D 28 136 3D 25
Octal 230 45 204 0 114 15 50 466 75 45
Binary 10011000 100101 10000100 0 1001100 1101 101000 100110110 111101 100101

Color Harmonies of #982584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982584

Black with #982584

Text Example


Text Example

White with #982584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982584; }

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

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

background-color css

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

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

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

border-color css

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

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

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