#9C69D8

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

Shades of Amethyst #9C69D8

Tints of Amethyst #9C69D8

Color information

#9C69D8 (or 0x9C69D8) is unknown color: approx Amethyst. HEX triplet: 9C, 69 and D8. RGB value is (156,105,216). Sum of RGB (Red+Green+Blue) = 156+105+216=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #9C69D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C69D8 is #639627. Grayscale: #848484. Windows color (decimal): -6526504 or 14182812. OLE color: 14182812.

HSL color Cylindrical-coordinate representation of color #9C69D8: hue angle of 267.57º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C69D8 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156105216-
CMYK0.280.5100.15
HSL267.57º58.73%62.94%-
HSV(B)267.57º51.39%84.71%-
XYZ31.1622.1367.59-
YUV132.9174.9144.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 216 (84.77% from 255) = 45.28%
R=32.70%
G=22.01%
B=45.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1561052160.280.5100.15267.5758.7362.94
Hex9C69D81C330F10c3b3f
Octal23415133034630174147377
Binary100111001101001110110001110011001101111100001100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C69D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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