Html Css Color HEX #983E87 Dark Purple

📋 copy color: '#983E87'

red 152 ◦ green 62 ◦ blue 135

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

Shades of Dark Purple #983E87

Tints of Dark Purple #983E87

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

 BLUE value IS 135 (53.13% from 255) = 38.68%

R = 43.55%
G = 17.77%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#983E87 (or 0x983E87) is known color: Dark Purple. HEX triplet: 98, 3E and 87. RGB value is (152,62,135). Sum of RGB (Red+Green+Blue) = 152+62+135=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #983E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983E87 is #67C178. Grayscale: #616161. Windows color (decimal): -6799737 or 8863384. OLE color: 8863384.

HSL color Cylindrical-coordinate representation of color #983E87: hue angle of 311.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983E87 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 62 135 -
CMYK 0 0.59 0.11 0.40
HSL 311.33º 0.42% 0.42% -
HSV(B) 311.33º 0.59% 0.6% -
XYZ 19.04 11.87 24.21 -
YUV 97.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 152 62 135 0 0.59 0.11 0.40 311.33 0.42 0.42
Hex 98 3E 87 0 3B B 28 137 2A 2A
Octal 230 76 207 0 73 13 50 467 52 52
Binary 10011000 111110 10000111 0 111011 1011 101000 100110111 101010 101010

Color Harmonies of #983E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983E87

Black with #983E87

Text Example


Text Example

White with #983E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983E87; }

 p { color: rgb(152,62,135); }

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

background-color css

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

 a { background-color: rgb(152,62,135); }

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

border-color css

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

 span { border-color: rgb(152,62,135); }

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