Html Css Color HEX #987CF2 Medium Purple

📋 copy color: '#987CF2'

red 152 ◦ green 124 ◦ blue 242

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

Shades of Medium Purple #987CF2

Tints of Medium Purple #987CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.72%

R = 29.34%
G = 23.94%
B = 46.72%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#987CF2 (or 0x987CF2) is known color: Medium Purple. HEX triplet: 98, 7C and F2. RGB value is (152,124,242). Sum of RGB (Red+Green+Blue) = 152+124+242=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #987CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987CF2 is #67830D. Grayscale: #919191. Windows color (decimal): -6783758 or 15891608. OLE color: 15891608.

HSL color Cylindrical-coordinate representation of color #987CF2: hue angle of 254.24º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #987CF2 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 124 242 -
CMYK 0.37 0.49 0 0.05
HSL 254.24º 0.82% 0.72% -
HSV(B) 254.24º 0.49% 0.95% -
XYZ 36.18 27.5 87.41 -
YUV 145.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 152 124 242 0.37 0.49 0 0.05 254.24 0.82 0.72
Hex 98 7C F2 25 31 0 5 FE 52 48
Octal 230 174 362 45 61 0 5 376 122 110
Binary 10011000 1111100 11110010 100101 110001 0 101 11111110 1010010 1001000

Color Harmonies of #987CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CF2

Black with #987CF2

Text Example


Text Example

White with #987CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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