Html Css Color HEX #987DEC Medium Purple

📋 copy color: '#987DEC'

red 152 ◦ green 125 ◦ blue 236

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

Shades of Medium Purple #987DEC

Tints of Medium Purple #987DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.37%

 BLUE value IS 236 (92.58% from 255) = 46%

R = 29.63%
G = 24.37%
B = 46%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#987DEC (or 0x987DEC) is known color: Medium Purple. HEX triplet: 98, 7D and EC. RGB value is (152,125,236). Sum of RGB (Red+Green+Blue) = 152+125+236=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #987DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DEC is #678213. Grayscale: #919191. Windows color (decimal): -6783508 or 15498648. OLE color: 15498648.

HSL color Cylindrical-coordinate representation of color #987DEC: hue angle of 254.59º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987DEC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 125 236 -
CMYK 0.36 0.47 0 0.07
HSL 254.59º 0.74% 0.71% -
HSV(B) 254.59º 0.47% 0.93% -
XYZ 35.42 27.4 82.78 -
YUV 145.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 152 125 236 0.36 0.47 0 0.07 254.59 0.74 0.71
Hex 98 7D EC 24 2F 0 7 FF 4A 47
Octal 230 175 354 44 57 0 7 377 112 107
Binary 10011000 1111101 11101100 100100 101111 0 111 11111111 1001010 1000111

Color Harmonies of #987DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DEC

Black with #987DEC

Text Example


Text Example

White with #987DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,125,236); }

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

background-color css

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

 a { background-color: rgb(152,125,236); }

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

border-color css

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

 span { border-color: rgb(152,125,236); }

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