Html Css Color HEX #986EEB Medium Purple

📋 copy color: '#986EEB'

red 152 ◦ green 110 ◦ blue 235

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

Shades of Medium Purple #986EEB

Tints of Medium Purple #986EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 30.58%
G = 22.13%
B = 47.28%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#986EEB (or 0x986EEB) is known color: Medium Purple. HEX triplet: 98, 6E and EB. RGB value is (152,110,235). Sum of RGB (Red+Green+Blue) = 152+110+235=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #986EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986EEB is #679114. Grayscale: #888888. Windows color (decimal): -6787349 or 15429272. OLE color: 15429272.

HSL color Cylindrical-coordinate representation of color #986EEB: hue angle of 260.16º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #986EEB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 110 235 -
CMYK 0.35 0.53 0 0.08
HSL 260.16º 0.76% 0.68% -
HSV(B) 260.16º 0.53% 0.92% -
XYZ 33.52 23.83 81.43 -
YUV 136.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 152 110 235 0.35 0.53 0 0.08 260.16 0.76 0.68
Hex 98 6E EB 23 35 0 8 104 4C 44
Octal 230 156 353 43 65 0 10 404 114 104
Binary 10011000 1101110 11101011 100011 110101 0 1000 100000100 1001100 1000100

Color Harmonies of #986EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EEB

Black with #986EEB

Text Example


Text Example

White with #986EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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