Html Css Color HEX #986FED Medium Purple

📋 copy color: '#986FED'

red 152 ◦ green 111 ◦ blue 237

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

Shades of Medium Purple #986FED

Tints of Medium Purple #986FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.2%

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 30.4%
G = 22.2%
B = 47.4%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#986FED (or 0x986FED) is known color: Medium Purple. HEX triplet: 98, 6F and ED. RGB value is (152,111,237). Sum of RGB (Red+Green+Blue) = 152+111+237=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #986FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986FED is #679012. Grayscale: #898989. Windows color (decimal): -6787091 or 15560600. OLE color: 15560600.

HSL color Cylindrical-coordinate representation of color #986FED: hue angle of 259.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #986FED is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 111 237 -
CMYK 0.36 0.53 0 0.07
HSL 259.52º 0.78% 0.68% -
HSV(B) 259.52º 0.53% 0.93% -
XYZ 33.92 24.16 83 -
YUV 137.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 152 111 237 0.36 0.53 0 0.07 259.52 0.78 0.68
Hex 98 6F ED 24 35 0 7 104 4E 44
Octal 230 157 355 44 65 0 7 404 116 104
Binary 10011000 1101111 11101101 100100 110101 0 111 100000100 1001110 1000100

Color Harmonies of #986FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FED

Black with #986FED

Text Example


Text Example

White with #986FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986FED; }

 p { color: rgb(152,111,237); }

 H1.HeaderClassName
 {
   color: #986FED;
 }
 .AnyTagClassName
 {
   color: #986FED;
 }
</style>

background-color css

<style>
 a { background-color: #986FED; }

 a { background-color: rgb(152,111,237); }

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

border-color css

<style>
 span { border-color: #986FED; }

 span { border-color: rgb(152,111,237); }

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