#986BEB

Color #986BEB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #986BEB

Tints of Medium Purple #986BEB

Color information

#986BEB (or 0x986BEB) is unknown color: approx Medium Purple. HEX triplet: 98, 6B and EB. RGB value is (152,107,235). Sum of RGB (Red+Green+Blue) = 152+107+235=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #986BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986BEB is #679414. Grayscale: #868686. Windows color (decimal): -6788117 or 15428504. OLE color: 15428504.

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

Color convert

RGB152107235-
CMYK0.350.5400.08
HSL261.09º76.19%67.06%-
HSV(B)261.09º54.47%92.16%-
XYZ33.223.1981.32-
YUV135.05184.41140.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 235 (92.19% from 255) = 47.57%
R=30.77%
G=21.66%
B=47.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521072350.350.5400.08261.0976.1967.06
Hex986BEB2336081054c43
Octal2301533534366010405114103
Binary100110001101011111010111000111101100100010000010110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #986BEB;
 }
 .AnyTagClassName
 {
   color: #986BEB;
 }
</style>
background-color css

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

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

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

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

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

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