#9D65CF

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

Shades of Amethyst #9D65CF

Tints of Amethyst #9D65CF

Color information

#9D65CF (or 0x9D65CF) is unknown color: approx Amethyst. HEX triplet: 9D, 65 and CF. RGB value is (157,101,207). Sum of RGB (Red+Green+Blue) = 157+101+207=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D65CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D65CF is #629A30. Grayscale: #818181. Windows color (decimal): -6462001 or 13591965. OLE color: 13591965.

HSL color Cylindrical-coordinate representation of color #9D65CF: hue angle of 271.7º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D65CF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157101207-
CMYK0.240.5100.19
HSL271.7º52.48%60.39%-
HSV(B)271.7º51.21%81.18%-
XYZ29.8220.9861.51-
YUV129.83171.55147.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.76%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=33.76%
G=21.72%
B=44.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571012070.240.5100.19271.752.4860.39
Hex9D65CF1833013110343c
Octal23514531730630234206474
Binary1001110111001011100111111000110011010011100010000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D65CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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