Html Css Color HEX #987ADB Medium Purple

📋 copy color: '#987ADB'

red 152 ◦ green 122 ◦ blue 219

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

Shades of Medium Purple #987ADB

Tints of Medium Purple #987ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.75%

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 30.83%
G = 24.75%
B = 44.42%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#987ADB (or 0x987ADB) is known color: Medium Purple. HEX triplet: 98, 7A and DB. RGB value is (152,122,219). Sum of RGB (Red+Green+Blue) = 152+122+219=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #987ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ADB is #678524. Grayscale: #8D8D8D. Windows color (decimal): -6784293 or 14383768. OLE color: 14383768.

HSL color Cylindrical-coordinate representation of color #987ADB: hue angle of 258.56º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987ADB is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 122 219 -
CMYK 0.31 0.44 0 0.14
HSL 258.56º 0.57% 0.67% -
HSV(B) 258.56º 0.44% 0.86% -
XYZ 32.69 25.71 70.26 -
YUV 142.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 152 122 219 0.31 0.44 0 0.14 258.56 0.57 0.67
Hex 98 7A DB 1F 2C 0 E 103 39 43
Octal 230 172 333 37 54 0 16 403 71 103
Binary 10011000 1111010 11011011 11111 101100 0 1110 100000011 111001 1000011

Color Harmonies of #987ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987ADB

Black with #987ADB

Text Example


Text Example

White with #987ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987ADB; }

 p { color: rgb(152,122,219); }

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

background-color css

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

 a { background-color: rgb(152,122,219); }

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

border-color css

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

 span { border-color: rgb(152,122,219); }

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