#9c65dd

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

Shades of Amethyst #9C65DD

Tints of Amethyst #9C65DD

Color information

#9C65DD (or 0x9C65DD) is unknown color: approx Amethyst. HEX triplet: 9C, 65 and DD. RGB value is (156,101,221). Sum of RGB (Red+Green+Blue) = 156+101+221=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C65DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C65DD is #639A22. Grayscale: #828282. Windows color (decimal): -6527523 or 14509468. OLE color: 14509468.

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

Color convert

RGB156101221-
CMYK0.290.5400.13
HSL267.5º63.83%63.14%-
HSV(B)267.5º54.3%86.67%-
XYZ31.4221.670.92-
YUV131.12178.72145.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.64%
GREEN value IS 101 (39.84% from 255) = 21.13%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=32.64%
G=21.13%
B=46.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561012210.290.5400.13267.563.8363.14
Hex9C65DD1D360D10c403f
Octal234145335356601541410077
Binary1001110011001011101110111101110110011011000011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c65dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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