#9C86EB

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

Shades of Medium Purple #9C86EB

Tints of Medium Purple #9C86EB

Color information

#9C86EB (or 0x9C86EB) is unknown color: approx Medium Purple. HEX triplet: 9C, 86 and EB. RGB value is (156,134,235). Sum of RGB (Red+Green+Blue) = 156+134+235=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C86EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C86EB is #637914. Grayscale: #979797. Windows color (decimal): -6519061 or 15435420. OLE color: 15435420.

HSL color Cylindrical-coordinate representation of color #9C86EB: hue angle of 253.07º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C86EB is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156134235-
CMYK0.340.4300.08
HSL253.07º71.63%72.35%-
HSV(B)253.07º42.98%92.16%-
XYZ37.2330.1282.45-
YUV152.09174.79130.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.71%
GREEN value IS 134 (52.73% from 255) = 25.52%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=29.71%
G=25.52%
B=44.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561342350.340.4300.08253.0771.6372.35
Hex9C86EB222B08fd4848
Octal2342063534253010375110110
Binary100111001000011011101011100010101011010001111110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C86EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C86EB; }

 p { color: rgb(156,134,235); }

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

<style>
 a { background-color: #9C86EB; }

 a { background-color: rgb(156,134,235); }

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

<style>
 span { border-color: #9C86EB; }

 span { border-color: rgb(156,134,235); }

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