#9C6AF6

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

Shades of Medium Purple #9C6AF6

Tints of Medium Purple #9C6AF6

Color information

#9C6AF6 (or 0x9C6AF6) is unknown color: approx Medium Purple. HEX triplet: 9C, 6A and F6. RGB value is (156,106,246). Sum of RGB (Red+Green+Blue) = 156+106+246=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C6AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6AF6 is #639509. Grayscale: #888888. Windows color (decimal): -6526218 or 16149148. OLE color: 16149148.

HSL color Cylindrical-coordinate representation of color #9C6AF6: hue angle of 261.43º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C6AF6 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB156106246-
CMYK0.370.5700.04
HSL261.43º88.61%69.02%-
HSV(B)261.43º56.91%96.47%-
XYZ35.524.0389.96-
YUV136.91189.56141.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.71%
GREEN value IS 106 (41.80% from 255) = 20.87%
BLUE value IS 246 (96.48% from 255) = 48.43%
R=30.71%
G=20.87%
B=48.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1561062460.370.5700.04261.4388.6169.02
Hex9C6AF62539041055945
Octal234152366457104405131105
Binary10011100110101011110110100101111001010010000010110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,106,246); }

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

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

 a { background-color: rgb(156,106,246); }

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

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

 span { border-color: rgb(156,106,246); }

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