Html Css Color HEX #986EF3 Medium Purple

📋 copy color: '#986EF3'

red 152 ◦ green 110 ◦ blue 243

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

Shades of Medium Purple #986EF3

Tints of Medium Purple #986EF3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.78%

 BLUE value IS 243 (95.31% from 255) = 48.12%

R = 30.1%
G = 21.78%
B = 48.12%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#986EF3 (or 0x986EF3) is known color: Medium Purple. HEX triplet: 98, 6E and F3. RGB value is (152,110,243). Sum of RGB (Red+Green+Blue) = 152+110+243=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #986EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986EF3 is #67910C. Grayscale: #898989. Windows color (decimal): -6787341 or 15953560. OLE color: 15953560.

HSL color Cylindrical-coordinate representation of color #986EF3: hue angle of 258.95º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986EF3 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 110 243 -
CMYK 0.37 0.55 0 0.05
HSL 258.95º 0.85% 0.69% -
HSV(B) 258.95º 0.55% 0.95% -
XYZ 34.7 24.3 87.66 -
YUV 137.72 187.41 138.19 -
System Red Green Blue C M Y K H S L
Decimal 152 110 243 0.37 0.55 0 0.05 258.95 0.85 0.69
Hex 98 6E F3 25 37 0 5 103 55 45
Octal 230 156 363 45 67 0 5 403 125 105
Binary 10011000 1101110 11110011 100101 110111 0 101 100000011 1010101 1000101

Color Harmonies of #986EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EF3

Black with #986EF3

Text Example


Text Example

White with #986EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,110,243); }

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

background-color css

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

 a { background-color: rgb(152,110,243); }

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

border-color css

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

 span { border-color: rgb(152,110,243); }

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