Html Css Color HEX #987DF2 Medium Purple

📋 copy color: '#987DF2'

red 152 ◦ green 125 ◦ blue 242

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

Shades of Medium Purple #987DF2

Tints of Medium Purple #987DF2

RGB

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

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

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

R = 29.29%
G = 24.08%
B = 46.63%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#987DF2 (or 0x987DF2) is known color: Medium Purple. HEX triplet: 98, 7D and F2. RGB value is (152,125,242). Sum of RGB (Red+Green+Blue) = 152+125+242=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #987DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DF2 is #67820D. Grayscale: #919191. Windows color (decimal): -6783502 or 15891864. OLE color: 15891864.

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

Color convert

RGB 152 125 242 -
CMYK 0.37 0.48 0 0.05
HSL 253.85º 0.82% 0.72% -
HSV(B) 253.85º 0.48% 0.95% -
XYZ 36.31 27.75 87.45 -
YUV 146.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 152 125 242 0.37 0.48 0 0.05 253.85 0.82 0.72
Hex 98 7D F2 25 30 0 5 FE 52 48
Octal 230 175 362 45 60 0 5 376 122 110
Binary 10011000 1111101 11110010 100101 110000 0 101 11111110 1010010 1001000

Color Harmonies of #987DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DF2

Black with #987DF2

Text Example


Text Example

White with #987DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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