#9D65D5

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

Shades of Amethyst #9D65D5

Tints of Amethyst #9D65D5

Color information

#9D65D5 (or 0x9D65D5) is unknown color: approx Amethyst. HEX triplet: 9D, 65 and D5. RGB value is (157,101,213). Sum of RGB (Red+Green+Blue) = 157+101+213=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D65D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D65D5 is #629A2A. Grayscale: #828282. Windows color (decimal): -6461995 or 13985181. OLE color: 13985181.

HSL color Cylindrical-coordinate representation of color #9D65D5: hue angle of 270º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D65D5 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB157101213-
CMYK0.260.5300.16
HSL270º57.14%61.57%-
HSV(B)270º52.58%83.53%-
XYZ30.5721.2865.45-
YUV130.51174.55146.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 101 (39.84% from 255) = 21.44%
BLUE value IS 213 (83.59% from 255) = 45.22%
R=33.33%
G=21.44%
B=45.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1571012130.260.5300.1627057.1461.57
Hex9D65D51A3501010e393e
Octal23514532532650204167176
Binary1001110111001011101010111010110101010000100001110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D65D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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