#9B4ED5

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

Shades of Amethyst #9B4ED5

Tints of Amethyst #9B4ED5

Color information

#9B4ED5 (or 0x9B4ED5) is unknown color: approx Amethyst. HEX triplet: 9B, 4E and D5. RGB value is (155,78,213). Sum of RGB (Red+Green+Blue) = 155+78+213=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B4ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4ED5 is #64B12A. Grayscale: #737373. Windows color (decimal): -6598955 or 13979291. OLE color: 13979291.

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

Color convert

RGB15578213-
CMYK0.270.6300.16
HSL274.22º61.64%57.06%-
HSV(B)274.22º63.38%83.53%-
XYZ28.2517.2264.79-
YUV116.41182.51155.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 78 (30.86% from 255) = 17.49%
BLUE value IS 213 (83.59% from 255) = 47.76%
R=34.75%
G=17.49%
B=47.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155782130.270.6300.16274.2261.6457.06
Hex9B4ED51B3F0101123e39
Octal23311632533770204227671
Binary1001101110011101101010111011111111010000100010010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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