#9C6BBD

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

Shades of Amethyst #9C6BBD

Tints of Amethyst #9C6BBD

Color information

#9C6BBD (or 0x9C6BBD) is unknown color: approx Amethyst. HEX triplet: 9C, 6B and BD. RGB value is (156,107,189). Sum of RGB (Red+Green+Blue) = 156+107+189=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C6BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BBD is #639442. Grayscale: #828282. Windows color (decimal): -6526019 or 12413852. OLE color: 12413852.

HSL color Cylindrical-coordinate representation of color #9C6BBD: hue angle of 275.85º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C6BBD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB156107189-
CMYK0.170.4300.26
HSL275.85º38.32%58.04%-
HSV(B)275.85º43.39%74.12%-
XYZ28.1521.2650.76-
YUV131160.73145.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.51%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=34.51%
G=23.67%
B=41.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561071890.170.4300.26275.8538.3258.04
Hex9C6BBD112B01A114263a
Octal23415327521530324244672
Binary1001110011010111011110110001101011011010100010100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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