Html Css Color HEX #982371 Dark Purple

📋 copy color: '#982371'

red 152 ◦ green 35 ◦ blue 113

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

Shades of Dark Purple #982371

Tints of Dark Purple #982371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 50.67%
G = 11.67%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#982371 (or 0x982371) is known color: Dark Purple. HEX triplet: 98, 23 and 71. RGB value is (152,35,113). Sum of RGB (Red+Green+Blue) = 152+35+113=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #982371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982371 is #67DC8E. Grayscale: #4E4E4E. Windows color (decimal): -6806671 or 7414680. OLE color: 7414680.

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

Color convert

RGB 152 35 113 -
CMYK 0 0.77 0.26 0.40
HSL 320º 0.63% 0.37% -
HSV(B) 320º 0.77% 0.6% -
XYZ 16.53 9.07 16.5 -
YUV 78.88 147.26 180.16 -
System Red Green Blue C M Y K H S L
Decimal 152 35 113 0 0.77 0.26 0.40 320 0.63 0.37
Hex 98 23 71 0 4D 1A 28 140 3F 25
Octal 230 43 161 0 115 32 50 500 77 45
Binary 10011000 100011 1110001 0 1001101 11010 101000 101000000 111111 100101

Color Harmonies of #982371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982371

Black with #982371

Text Example


Text Example

White with #982371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982371; }

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

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

background-color css

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

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

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

border-color css

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

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

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