Html Css Color HEX #982871 Dark Purple

📋 copy color: '#982871'

red 152 ◦ green 40 ◦ blue 113

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

Shades of Dark Purple #982871

Tints of Dark Purple #982871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

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

R = 49.84%
G = 13.11%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#982871 (or 0x982871) is known color: Dark Purple. HEX triplet: 98, 28 and 71. RGB value is (152,40,113). Sum of RGB (Red+Green+Blue) = 152+40+113=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #982871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982871 is #67D78E. Grayscale: #515151. Windows color (decimal): -6805391 or 7415960. OLE color: 7415960.

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

Color convert

RGB 152 40 113 -
CMYK 0 0.74 0.26 0.40
HSL 320.89º 0.58% 0.38% -
HSV(B) 320.89º 0.74% 0.6% -
XYZ 16.69 9.39 16.55 -
YUV 81.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 152 40 113 0 0.74 0.26 0.40 320.89 0.58 0.38
Hex 98 28 71 0 4A 1A 28 141 3A 26
Octal 230 50 161 0 112 32 50 501 72 46
Binary 10011000 101000 1110001 0 1001010 11010 101000 101000001 111010 100110

Color Harmonies of #982871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982871

Black with #982871

Text Example


Text Example

White with #982871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982871; }

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

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

background-color css

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

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

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

border-color css

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

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

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