#9C6CCA

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

Shades of Amethyst #9C6CCA

Tints of Amethyst #9C6CCA

Color information

#9C6CCA (or 0x9C6CCA) is unknown color: approx Amethyst. HEX triplet: 9C, 6C and CA. RGB value is (156,108,202). Sum of RGB (Red+Green+Blue) = 156+108+202=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CCA is #639335. Grayscale: #848484. Windows color (decimal): -6525750 or 13266076. OLE color: 13266076.

HSL color Cylindrical-coordinate representation of color #9C6CCA: hue angle of 270.64º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C6CCA is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156108202-
CMYK0.230.4700.21
HSL270.64º47%60.78%-
HSV(B)270.64º46.53%79.22%-
XYZ29.7322.0658.57-
YUV133.07166.9144.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.48%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=33.48%
G=23.18%
B=43.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561082020.230.4700.21270.644760.78
Hex9C6CCA172F01510f2f3d
Octal23415431227570254175775
Binary1001110011011001100101010111101111010101100001111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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