Html Css Color HEX #982571 Dark Purple

📋 copy color: '#982571'

red 152 ◦ green 37 ◦ blue 113

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

Shades of Dark Purple #982571

Tints of Dark Purple #982571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 50.33%
G = 12.25%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#982571 (or 0x982571) is known color: Dark Purple. HEX triplet: 98, 25 and 71. RGB value is (152,37,113). Sum of RGB (Red+Green+Blue) = 152+37+113=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #982571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982571 is #67DA8E. Grayscale: #4F4F4F. Windows color (decimal): -6806159 or 7415192. OLE color: 7415192.

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

Color convert

RGB 152 37 113 -
CMYK 0 0.76 0.26 0.40
HSL 320.35º 0.61% 0.37% -
HSV(B) 320.35º 0.76% 0.6% -
XYZ 16.59 9.19 16.52 -
YUV 80.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 152 37 113 0 0.76 0.26 0.40 320.35 0.61 0.37
Hex 98 25 71 0 4C 1A 28 140 3D 25
Octal 230 45 161 0 114 32 50 500 75 45
Binary 10011000 100101 1110001 0 1001100 11010 101000 101000000 111101 100101

Color Harmonies of #982571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982571

Black with #982571

Text Example


Text Example

White with #982571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982571; }

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

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

background-color css

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

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

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

border-color css

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

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

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