#9A6CE0

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

Shades of Medium Purple #9A6CE0

Tints of Medium Purple #9A6CE0

Color information

#9A6CE0 (or 0x9A6CE0) is unknown color: approx Medium Purple. HEX triplet: 9A, 6C and E0. RGB value is (154,108,224). Sum of RGB (Red+Green+Blue) = 154+108+224=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #9A6CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CE0 is #65931F. Grayscale: #868686. Windows color (decimal): -6656800 or 14707866. OLE color: 14707866.

HSL color Cylindrical-coordinate representation of color #9A6CE0: hue angle of 263.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A6CE0 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB154108224-
CMYK0.310.5200.12
HSL263.79º65.17%65.1%-
HSV(B)263.79º51.79%87.84%-
XYZ32.1422.9873.26-
YUV134.98178.24141.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.69%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=31.69%
G=22.22%
B=46.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1541082240.310.5200.12263.7965.1765.1
Hex9A6CE01F340C1084141
Octal2321543403764014410101101
Binary10011010110110011100000111111101000110010000100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,108,224); }

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

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

 a { background-color: rgb(154,108,224); }

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

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

 span { border-color: rgb(154,108,224); }

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