Html Css Color HEX #987DEB Medium Purple

📋 copy color: '#987DEB'

red 152 ◦ green 125 ◦ blue 235

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

Shades of Medium Purple #987DEB

Tints of Medium Purple #987DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 29.69%
G = 24.41%
B = 45.9%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#987DEB (or 0x987DEB) is known color: Medium Purple. HEX triplet: 98, 7D and EB. RGB value is (152,125,235). Sum of RGB (Red+Green+Blue) = 152+125+235=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #987DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DEB is #678214. Grayscale: #919191. Windows color (decimal): -6783509 or 15433112. OLE color: 15433112.

HSL color Cylindrical-coordinate representation of color #987DEB: hue angle of 254.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987DEB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 125 235 -
CMYK 0.35 0.47 0 0.08
HSL 254.73º 0.73% 0.71% -
HSV(B) 254.73º 0.47% 0.92% -
XYZ 35.28 27.34 82.02 -
YUV 145.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 152 125 235 0.35 0.47 0 0.08 254.73 0.73 0.71
Hex 98 7D EB 23 2F 0 8 FF 49 47
Octal 230 175 353 43 57 0 10 377 111 107
Binary 10011000 1111101 11101011 100011 101111 0 1000 11111111 1001001 1000111

Color Harmonies of #987DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DEB

Black with #987DEB

Text Example


Text Example

White with #987DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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