Html Css Color HEX #982F87 Dark Purple

📋 copy color: '#982F87'

red 152 ◦ green 47 ◦ blue 135

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

Shades of Dark Purple #982F87

Tints of Dark Purple #982F87

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.07%

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

R = 45.51%
G = 14.07%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#982F87 (or 0x982F87) is known color: Dark Purple. HEX triplet: 98, 2F and 87. RGB value is (152,47,135). Sum of RGB (Red+Green+Blue) = 152+47+135=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #982F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982F87 is #67D078. Grayscale: #585858. Windows color (decimal): -6803577 or 8859544. OLE color: 8859544.

HSL color Cylindrical-coordinate representation of color #982F87: hue angle of 309.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F87 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 47 135 -
CMYK 0 0.69 0.11 0.40
HSL 309.71º 0.53% 0.39% -
HSV(B) 309.71º 0.69% 0.6% -
XYZ 18.34 10.46 23.97 -
YUV 88.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 152 47 135 0 0.69 0.11 0.40 309.71 0.53 0.39
Hex 98 2F 87 0 45 B 28 136 35 27
Octal 230 57 207 0 105 13 50 466 65 47
Binary 10011000 101111 10000111 0 1000101 1011 101000 100110110 110101 100111

Color Harmonies of #982F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982F87

Black with #982F87

Text Example


Text Example

White with #982F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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