#9B5FD5

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

Shades of Amethyst #9B5FD5

Tints of Amethyst #9B5FD5

Color information

#9B5FD5 (or 0x9B5FD5) is unknown color: approx Amethyst. HEX triplet: 9B, 5F and D5. RGB value is (155,95,213). Sum of RGB (Red+Green+Blue) = 155+95+213=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B5FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FD5 is #64A02A. Grayscale: #7D7D7D. Windows color (decimal): -6594603 or 13983643. OLE color: 13983643.

HSL color Cylindrical-coordinate representation of color #9B5FD5: hue angle of 270.51º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B5FD5 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15595213-
CMYK0.270.5500.16
HSL270.51º58.42%60.39%-
HSV(B)270.51º55.4%83.53%-
XYZ29.6219.9665.24-
YUV126.39176.88148.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 95 (37.5% from 255) = 20.52%
BLUE value IS 213 (83.59% from 255) = 46.00%
R=33.48%
G=20.52%
B=46.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155952130.270.5500.16270.5158.4260.39
Hex9B5FD51B3701010f3a3c
Octal23313732533670204177274
Binary1001101110111111101010111011110111010000100001111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,95,213); }

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

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

 a { background-color: rgb(155,95,213); }

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

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

 span { border-color: rgb(155,95,213); }

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