#9D65DE

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

Shades of Amethyst #9D65DE

Tints of Amethyst #9D65DE

Color information

#9D65DE (or 0x9D65DE) is unknown color: approx Amethyst. HEX triplet: 9D, 65 and DE. RGB value is (157,101,222). Sum of RGB (Red+Green+Blue) = 157+101+222=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D65DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D65DE is #629A21. Grayscale: #838383. Windows color (decimal): -6461986 or 14575005. OLE color: 14575005.

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

Color convert

RGB157101222-
CMYK0.290.5500.13
HSL267.77º64.71%63.33%-
HSV(B)267.77º54.5%87.06%-
XYZ31.7421.7571.63-
YUV131.54179.05146.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.71%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=32.71%
G=21.04%
B=46.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571012220.290.5500.13267.7764.7163.33
Hex9D65DE1D370D10c413f
Octal235145336356701541410177
Binary1001110111001011101111011101110111011011000011001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D65DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,101,222); }

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

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

 a { background-color: rgb(157,101,222); }

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

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

 span { border-color: rgb(157,101,222); }

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