Html Css Color HEX #987CDF Medium Purple

📋 copy color: '#987CDF'

red 152 ◦ green 124 ◦ blue 223

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

Shades of Medium Purple #987CDF

Tints of Medium Purple #987CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.85%

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 30.46%
G = 24.85%
B = 44.69%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#987CDF (or 0x987CDF) is known color: Medium Purple. HEX triplet: 98, 7C and DF. RGB value is (152,124,223). Sum of RGB (Red+Green+Blue) = 152+124+223=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #987CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CDF is #678320. Grayscale: #8F8F8F. Windows color (decimal): -6783777 or 14646424. OLE color: 14646424.

HSL color Cylindrical-coordinate representation of color #987CDF: hue angle of 256.97º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987CDF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 124 223 -
CMYK 0.32 0.44 0 0.13
HSL 256.97º 0.61% 0.68% -
HSV(B) 256.97º 0.44% 0.87% -
XYZ 33.48 26.42 73.15 -
YUV 143.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 152 124 223 0.32 0.44 0 0.13 256.97 0.61 0.68
Hex 98 7C DF 20 2C 0 D 101 3D 44
Octal 230 174 337 40 54 0 15 401 75 104
Binary 10011000 1111100 11011111 100000 101100 0 1101 100000001 111101 1000100

Color Harmonies of #987CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CDF

Black with #987CDF

Text Example


Text Example

White with #987CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,124,223); }

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

background-color css

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

 a { background-color: rgb(152,124,223); }

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

border-color css

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

 span { border-color: rgb(152,124,223); }

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