Html Css Color HEX #982087 Dark Purple

📋 copy color: '#982087'

red 152 ◦ green 32 ◦ blue 135

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

Shades of Dark Purple #982087

Tints of Dark Purple #982087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

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

R = 47.65%
G = 10.03%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#982087 (or 0x982087) is known color: Dark Purple. HEX triplet: 98, 20 and 87. RGB value is (152,32,135). Sum of RGB (Red+Green+Blue) = 152+32+135=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #982087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982087 is #67DF78. Grayscale: #4F4F4F. Windows color (decimal): -6807417 or 8855704. OLE color: 8855704.

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

Color convert

RGB 152 32 135 -
CMYK 0 0.79 0.11 0.40
HSL 308.5º 0.65% 0.36% -
HSV(B) 308.5º 0.79% 0.6% -
XYZ 17.84 9.46 23.81 -
YUV 79.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 152 32 135 0 0.79 0.11 0.40 308.5 0.65 0.36
Hex 98 20 87 0 4F B 28 134 41 24
Octal 230 40 207 0 117 13 50 464 101 44
Binary 10011000 100000 10000111 0 1001111 1011 101000 100110100 1000001 100100

Color Harmonies of #982087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982087

Black with #982087

Text Example


Text Example

White with #982087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982087; }

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

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

background-color css

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

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

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

border-color css

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

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

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