#9C69C1

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

Shades of Amethyst #9C69C1

Tints of Amethyst #9C69C1

Color information

#9C69C1 (or 0x9C69C1) is unknown color: approx Amethyst. HEX triplet: 9C, 69 and C1. RGB value is (156,105,193). Sum of RGB (Red+Green+Blue) = 156+105+193=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C69C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C69C1 is #63963E. Grayscale: #818181. Windows color (decimal): -6526527 or 12675484. OLE color: 12675484.

HSL color Cylindrical-coordinate representation of color #9C69C1: hue angle of 274.77º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C69C1 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156105193-
CMYK0.190.4600.24
HSL274.77º41.51%58.43%-
HSV(B)274.77º45.6%75.69%-
XYZ28.3921.0253.01-
YUV130.28163.4146.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=34.36%
G=23.13%
B=42.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561051930.190.4600.24274.7741.5158.43
Hex9C69C1132E0181132a3a
Octal23415130123560304235272
Binary1001110011010011100000110011101110011000100010011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C69C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,105,193); }

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

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

 a { background-color: rgb(156,105,193); }

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

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

 span { border-color: rgb(156,105,193); }

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