Html Css Color HEX #984087 Dark Purple

📋 copy color: '#984087'

red 152 ◦ green 64 ◦ blue 135

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

Shades of Dark Purple #984087

Tints of Dark Purple #984087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.23%

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

R = 43.3%
G = 18.23%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#984087 (or 0x984087) is known color: Dark Purple. HEX triplet: 98, 40 and 87. RGB value is (152,64,135). Sum of RGB (Red+Green+Blue) = 152+64+135=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #984087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984087 is #67BF78. Grayscale: #626262. Windows color (decimal): -6799225 or 8863896. OLE color: 8863896.

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

Color convert

RGB 152 64 135 -
CMYK 0 0.58 0.11 0.40
HSL 311.59º 0.41% 0.42% -
HSV(B) 311.59º 0.58% 0.6% -
XYZ 19.16 12.09 24.25 -
YUV 98.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 152 64 135 0 0.58 0.11 0.40 311.59 0.41 0.42
Hex 98 40 87 0 3A B 28 138 29 2A
Octal 230 100 207 0 72 13 50 470 51 52
Binary 10011000 1000000 10000111 0 111010 1011 101000 100111000 101001 101010

Color Harmonies of #984087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984087

Black with #984087

Text Example


Text Example

White with #984087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984087; }

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

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

background-color css

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

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

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

border-color css

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

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

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