#9C6BF0

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

Shades of Medium Purple #9C6BF0

Tints of Medium Purple #9C6BF0

Color information

#9C6BF0 (or 0x9C6BF0) is unknown color: approx Medium Purple. HEX triplet: 9C, 6B and F0. RGB value is (156,107,240). Sum of RGB (Red+Green+Blue) = 156+107+240=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #9C6BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6BF0 is #63940F. Grayscale: #888888. Windows color (decimal): -6525968 or 15756188. OLE color: 15756188.

HSL color Cylindrical-coordinate representation of color #9C6BF0: hue angle of 262.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C6BF0 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156107240-
CMYK0.350.5500.06
HSL262.11º81.6%68.04%-
HSV(B)262.11º55.42%94.12%-
XYZ34.723.8785.22-
YUV136.81186.23141.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.01%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 240 (94.14% from 255) = 47.71%
R=31.01%
G=21.27%
B=47.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1561072400.350.5500.06262.1181.668.04
Hex9C6BF02337061065244
Octal234153360436706406122104
Binary10011100110101111110000100011110111011010000011010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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