#9C6ABC

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

Shades of Amethyst #9C6ABC

Tints of Amethyst #9C6ABC

Color information

#9C6ABC (or 0x9C6ABC) is unknown color: approx Amethyst. HEX triplet: 9C, 6A and BC. RGB value is (156,106,188). Sum of RGB (Red+Green+Blue) = 156+106+188=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C6ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6ABC is #639543. Grayscale: #828282. Windows color (decimal): -6526276 or 12348060. OLE color: 12348060.

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

Color convert

RGB156106188-
CMYK0.170.4400.26
HSL276.59º37.96%57.65%-
HSV(B)276.59º43.62%73.73%-
XYZ27.9421.0150.16-
YUV130.3160.56146.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 106 (41.80% from 255) = 23.56%
BLUE value IS 188 (73.83% from 255) = 41.78%
R=34.67%
G=23.56%
B=41.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561061880.170.4400.26276.5937.9657.65
Hex9C6ABC112C01A115263a
Octal23415227421540324254672
Binary1001110011010101011110010001101100011010100010101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,106,188); }

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

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

 a { background-color: rgb(156,106,188); }

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

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

 span { border-color: rgb(156,106,188); }

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