#9B5ACD

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

Shades of Amethyst #9B5ACD

Tints of Amethyst #9B5ACD

Color information

#9B5ACD (or 0x9B5ACD) is unknown color: approx Amethyst. HEX triplet: 9B, 5A and CD. RGB value is (155,90,205). Sum of RGB (Red+Green+Blue) = 155+90+205=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B5ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5ACD is #64A532. Grayscale: #7A7A7A. Windows color (decimal): -6595891 or 13458075. OLE color: 13458075.

HSL color Cylindrical-coordinate representation of color #9B5ACD: hue angle of 273.91º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B5ACD is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15590205-
CMYK0.240.5600.20
HSL273.91º53.49%57.84%-
HSV(B)273.91º56.1%80.39%-
XYZ28.1918.6959.88-
YUV122.54174.53151.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.44%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=34.44%
G=20%
B=45.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155902050.240.5600.20273.9153.4957.84
Hex9B5ACD1838014112353a
Octal23313231530700244226572
Binary1001101110110101100110111000111000010100100010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,90,205); }

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

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

 a { background-color: rgb(155,90,205); }

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

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

 span { border-color: rgb(155,90,205); }

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