#9A86EB

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

Shades of Medium Purple #9A86EB

Tints of Medium Purple #9A86EB

Color information

#9A86EB (or 0x9A86EB) is unknown color: approx Medium Purple. HEX triplet: 9A, 86 and EB. RGB value is (154,134,235). Sum of RGB (Red+Green+Blue) = 154+134+235=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A86EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A86EB is #657914. Grayscale: #979797. Windows color (decimal): -6650133 or 15435418. OLE color: 15435418.

HSL color Cylindrical-coordinate representation of color #9A86EB: hue angle of 251.88º 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 #9A86EB is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154134235-
CMYK0.340.4300.08
HSL251.88º71.63%72.35%-
HSV(B)251.88º42.98%92.16%-
XYZ36.8529.9282.43-
YUV151.49175.13129.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.45%
GREEN value IS 134 (52.73% from 255) = 25.62%
BLUE value IS 235 (92.19% from 255) = 44.93%
R=29.45%
G=25.62%
B=44.93%

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
Decimal1541342350.340.4300.08251.8871.6372.35
Hex9A86EB222B08fc4848
Octal2322063534253010374110110
Binary100110101000011011101011100010101011010001111110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A86EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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