Html Css Color HEX #981987 Dark Purple

📋 copy color: '#981987'

red 152 ◦ green 25 ◦ blue 135

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

Shades of Dark Purple #981987

Tints of Dark Purple #981987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.01%

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

R = 48.72%
G = 8.01%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#981987 (or 0x981987) is known color: Dark Purple. HEX triplet: 98, 19 and 87. RGB value is (152,25,135). Sum of RGB (Red+Green+Blue) = 152+25+135=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #981987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981987 is #67E678. Grayscale: #4B4B4B. Windows color (decimal): -6809209 or 8853912. OLE color: 8853912.

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

Color convert

RGB 152 25 135 -
CMYK 0 0.84 0.11 0.40
HSL 308.03º 0.72% 0.35% -
HSV(B) 308.03º 0.84% 0.6% -
XYZ 17.67 9.12 23.75 -
YUV 75.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 152 25 135 0 0.84 0.11 0.40 308.03 0.72 0.35
Hex 98 19 87 0 54 B 28 134 48 23
Octal 230 31 207 0 124 13 50 464 110 43
Binary 10011000 11001 10000111 0 1010100 1011 101000 100110100 1001000 100011

Color Harmonies of #981987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981987

Black with #981987

Text Example


Text Example

White with #981987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981987; }

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

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

background-color css

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

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

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

border-color css

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

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

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