#9B5ECD

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

Shades of Amethyst #9B5ECD

Tints of Amethyst #9B5ECD

Color information

#9B5ECD (or 0x9B5ECD) is unknown color: approx Amethyst. HEX triplet: 9B, 5E and CD. RGB value is (155,94,205). Sum of RGB (Red+Green+Blue) = 155+94+205=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B5ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5ECD is #64A132. Grayscale: #7C7C7C. Windows color (decimal): -6594867 or 13459099. OLE color: 13459099.

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

Color convert

RGB15594205-
CMYK0.240.5400.20
HSL272.97º52.61%58.63%-
HSV(B)272.97º54.15%80.39%-
XYZ28.5419.3859.99-
YUV124.89173.21149.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=34.14%
G=20.70%
B=45.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155942050.240.5400.20272.9752.6158.63
Hex9B5ECD1836014111353b
Octal23313631530660244216573
Binary1001101110111101100110111000110110010100100010001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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