Html Css Color HEX #986BE2 Medium Purple

📋 copy color: '#986BE2'

red 152 ◦ green 107 ◦ blue 226

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

Shades of Medium Purple #986BE2

Tints of Medium Purple #986BE2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.06%

 BLUE value IS 226 (88.67% from 255) = 46.6%

R = 31.34%
G = 22.06%
B = 46.6%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#986BE2 (or 0x986BE2) is known color: Medium Purple. HEX triplet: 98, 6B and E2. RGB value is (152,107,226). Sum of RGB (Red+Green+Blue) = 152+107+226=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 226 - color contains mainly: blue. Hex color #986BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BE2 is #67941D. Grayscale: #858585. Windows color (decimal): -6788126 or 14838680. OLE color: 14838680.

HSL color Cylindrical-coordinate representation of color #986BE2: hue angle of 262.69º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #986BE2 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 107 226 -
CMYK 0.33 0.53 0 0.11
HSL 262.69º 0.67% 0.65% -
HSV(B) 262.69º 0.53% 0.89% -
XYZ 31.93 22.68 74.65 -
YUV 134.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 152 107 226 0.33 0.53 0 0.11 262.69 0.67 0.65
Hex 98 6B E2 21 35 0 B 107 43 41
Octal 230 153 342 41 65 0 13 407 103 101
Binary 10011000 1101011 11100010 100001 110101 0 1011 100000111 1000011 1000001

Color Harmonies of #986BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BE2

Black with #986BE2

Text Example


Text Example

White with #986BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,107,226); }

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

background-color css

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

 a { background-color: rgb(152,107,226); }

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

border-color css

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

 span { border-color: rgb(152,107,226); }

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