#9C68CA

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

Shades of Amethyst #9C68CA

Tints of Amethyst #9C68CA

Color information

#9C68CA (or 0x9C68CA) is unknown color: approx Amethyst. HEX triplet: 9C, 68 and CA. RGB value is (156,104,202). Sum of RGB (Red+Green+Blue) = 156+104+202=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C68CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C68CA is #639735. Grayscale: #828282. Windows color (decimal): -6526774 or 13265052. OLE color: 13265052.

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

Color convert

RGB156104202-
CMYK0.230.4900.21
HSL271.84º48.04%60%-
HSV(B)271.84º48.51%79.22%-
XYZ29.3221.2358.43-
YUV130.72168.23146.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.77%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=33.77%
G=22.51%
B=43.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561042020.230.4900.21271.8448.0460
Hex9C68CA1731015110303c
Octal23415031227610254206074
Binary1001110011010001100101010111110001010101100010000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C68CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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