#9D55DF

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

Shades of Amethyst #9D55DF

Tints of Amethyst #9D55DF

Color information

#9D55DF (or 0x9D55DF) is unknown color: approx Amethyst. HEX triplet: 9D, 55 and DF. RGB value is (157,85,223). Sum of RGB (Red+Green+Blue) = 157+85+223=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D55DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D55DF is #62AA20. Grayscale: #797979. Windows color (decimal): -6466081 or 14636445. OLE color: 14636445.

HSL color Cylindrical-coordinate representation of color #9D55DF: hue angle of 271.3º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D55DF is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15785223-
CMYK0.300.6200.13
HSL271.3º68.32%60.39%-
HSV(B)271.3º61.88%87.45%-
XYZ30.4718.9971.87-
YUV122.26184.85152.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.76%
GREEN value IS 85 (33.59% from 255) = 18.28%
BLUE value IS 223 (87.5% from 255) = 47.96%
R=33.76%
G=18.28%
B=47.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157852230.300.6200.13271.368.3260.39
Hex9D55DF1E3E0D10f443c
Octal235125337367601541710474
Binary1001110110101011101111111110111110011011000011111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D55DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,85,223); }

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

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

 a { background-color: rgb(157,85,223); }

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

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

 span { border-color: rgb(157,85,223); }

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