#9C6BF6

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

Shades of Medium Purple #9C6BF6

Tints of Medium Purple #9C6BF6

Color information

#9C6BF6 (or 0x9C6BF6) is unknown color: approx Medium Purple. HEX triplet: 9C, 6B and F6. RGB value is (156,107,246). Sum of RGB (Red+Green+Blue) = 156+107+246=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C6BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6BF6 is #639409. Grayscale: #888888. Windows color (decimal): -6525962 or 16149404. OLE color: 16149404.

HSL color Cylindrical-coordinate representation of color #9C6BF6: hue angle of 261.15º 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 #9C6BF6 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB156107246-
CMYK0.370.5700.04
HSL261.15º88.54%69.22%-
HSV(B)261.15º56.5%96.47%-
XYZ35.624.2489.99-
YUV137.5189.23141.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.65%
GREEN value IS 107 (42.19% from 255) = 21.02%
BLUE value IS 246 (96.48% from 255) = 48.33%
R=30.65%
G=21.02%
B=48.33%

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
Decimal1561072460.370.5700.04261.1588.5469.22
Hex9C6BF62539041055945
Octal234153366457104405131105
Binary10011100110101111110110100101111001010010000010110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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