#9D5FDA

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

Shades of Amethyst #9D5FDA

Tints of Amethyst #9D5FDA

Color information

#9D5FDA (or 0x9D5FDA) is unknown color: approx Amethyst. HEX triplet: 9D, 5F and DA. RGB value is (157,95,218). Sum of RGB (Red+Green+Blue) = 157+95+218=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D5FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5FDA is #62A025. Grayscale: #7F7F7F. Windows color (decimal): -6463526 or 14311325. OLE color: 14311325.

HSL color Cylindrical-coordinate representation of color #9D5FDA: hue angle of 270.24º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D5FDA is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15795218-
CMYK0.280.5600.15
HSL270.24º62.44%61.37%-
HSV(B)270.24º56.42%85.49%-
XYZ30.6520.4168.65-
YUV127.56179.04149-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 95 (37.5% from 255) = 20.21%
BLUE value IS 218 (85.55% from 255) = 46.38%
R=33.40%
G=20.21%
B=46.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157952180.280.5600.15270.2462.4461.37
Hex9D5FDA1C380F10e3e3d
Octal23513733234700174167675
Binary100111011011111110110101110011100001111100001110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,95,218); }

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

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

 a { background-color: rgb(157,95,218); }

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

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

 span { border-color: rgb(157,95,218); }

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