#9C68CC

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

Shades of Amethyst #9C68CC

Tints of Amethyst #9C68CC

Color information

#9C68CC (or 0x9C68CC) is unknown color: approx Amethyst. HEX triplet: 9C, 68 and CC. RGB value is (156,104,204). Sum of RGB (Red+Green+Blue) = 156+104+204=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C68CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C68CC is #639733. Grayscale: #828282. Windows color (decimal): -6526772 or 13396124. OLE color: 13396124.

HSL color Cylindrical-coordinate representation of color #9C68CC: hue angle of 271.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C68CC is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB156104204-
CMYK0.240.4900.2
HSL271.2º49.5%60.39%-
HSV(B)271.2º49.02%80%-
XYZ29.5621.3359.69-
YUV130.95169.23145.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.62%
GREEN value IS 104 (41.02% from 255) = 22.41%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=33.62%
G=22.41%
B=43.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1561042040.240.4900.2271.249.560.39
Hex9C68CC183101410f323c
Octal23415031430610244176274
Binary1001110011010001100110011000110001010100100001111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C68CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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