#9C68BD

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

Shades of Amethyst #9C68BD

Tints of Amethyst #9C68BD

Color information

#9C68BD (or 0x9C68BD) is unknown color: approx Amethyst. HEX triplet: 9C, 68 and BD. RGB value is (156,104,189). Sum of RGB (Red+Green+Blue) = 156+104+189=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C68BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C68BD is #639742. Grayscale: #808080. Windows color (decimal): -6526787 or 12413084. OLE color: 12413084.

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

Color convert

RGB156104189-
CMYK0.170.4500.26
HSL276.71º39.17%57.45%-
HSV(B)276.71º44.97%74.12%-
XYZ27.8520.6450.66-
YUV129.24161.73147.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.74%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=34.74%
G=23.16%
B=42.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561041890.170.4500.26276.7139.1757.45
Hex9C68BD112D01A1152739
Octal23415027521550324254771
Binary1001110011010001011110110001101101011010100010101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C68BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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