#9C6CBF

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

Shades of Amethyst #9C6CBF

Tints of Amethyst #9C6CBF

Color information

#9C6CBF (or 0x9C6CBF) is unknown color: approx Amethyst. HEX triplet: 9C, 6C and BF. RGB value is (156,108,191). Sum of RGB (Red+Green+Blue) = 156+108+191=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C6CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CBF is #639340. Grayscale: #838383. Windows color (decimal): -6525761 or 12545180. OLE color: 12545180.

HSL color Cylindrical-coordinate representation of color #9C6CBF: hue angle of 274.7º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C6CBF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156108191-
CMYK0.180.4300.25
HSL274.7º39.34%58.63%-
HSV(B)274.7º43.46%74.9%-
XYZ28.4821.5551.95-
YUV131.81161.4145.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 191 (75% from 255) = 41.98%
R=34.29%
G=23.74%
B=41.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561081910.180.4300.25274.739.3458.63
Hex9C6CBF122B019113273b
Octal23415427722530314234773
Binary1001110011011001011111110010101011011001100010011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,108,191); }

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

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

 a { background-color: rgb(156,108,191); }

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

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

 span { border-color: rgb(156,108,191); }

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