Html Css Color HEX #987ADD Medium Purple

📋 copy color: '#987ADD'

red 152 ◦ green 122 ◦ blue 221

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

Shades of Medium Purple #987ADD

Tints of Medium Purple #987ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 30.71%
G = 24.65%
B = 44.65%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#987ADD (or 0x987ADD) is known color: Medium Purple. HEX triplet: 98, 7A and DD. RGB value is (152,122,221). Sum of RGB (Red+Green+Blue) = 152+122+221=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #987ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ADD is #678522. Grayscale: #8D8D8D. Windows color (decimal): -6784291 or 14514840. OLE color: 14514840.

HSL color Cylindrical-coordinate representation of color #987ADD: hue angle of 258.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #987ADD is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 122 221 -
CMYK 0.31 0.45 0 0.13
HSL 258.18º 0.59% 0.67% -
HSV(B) 258.18º 0.45% 0.87% -
XYZ 32.96 25.81 71.65 -
YUV 142.26 172.44 134.95 -
System Red Green Blue C M Y K H S L
Decimal 152 122 221 0.31 0.45 0 0.13 258.18 0.59 0.67
Hex 98 7A DD 1F 2D 0 D 102 3B 43
Octal 230 172 335 37 55 0 15 402 73 103
Binary 10011000 1111010 11011101 11111 101101 0 1101 100000010 111011 1000011

Color Harmonies of #987ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987ADD

Black with #987ADD

Text Example


Text Example

White with #987ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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