#9c65dc

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

Shades of Amethyst #9C65DC

Tints of Amethyst #9C65DC

Color information

#9C65DC (or 0x9C65DC) is unknown color: approx Amethyst. HEX triplet: 9C, 65 and DC. RGB value is (156,101,220). Sum of RGB (Red+Green+Blue) = 156+101+220=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C65DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C65DC is #639A23. Grayscale: #828282. Windows color (decimal): -6527524 or 14443932. OLE color: 14443932.

HSL color Cylindrical-coordinate representation of color #9C65DC: hue angle of 267.73º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C65DC is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156101220-
CMYK0.290.5400.14
HSL267.73º62.96%62.94%-
HSV(B)267.73º54.09%86.27%-
XYZ31.2821.5470.22-
YUV131.01178.22145.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=32.70%
G=21.17%
B=46.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561012200.290.5400.14267.7362.9662.94
Hex9C65DC1D360E10c3f3f
Octal23414533435660164147777
Binary100111001100101110111001110111011001110100001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c65dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,101,220); }

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

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

 a { background-color: rgb(156,101,220); }

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

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

 span { border-color: rgb(156,101,220); }

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