#9B53D0

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

Shades of Amethyst #9B53D0

Tints of Amethyst #9B53D0

Color information

#9B53D0 (or 0x9B53D0) is unknown color: approx Amethyst. HEX triplet: 9B, 53 and D0. RGB value is (155,83,208). Sum of RGB (Red+Green+Blue) = 155+83+208=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #9B53D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B53D0 is #64AC2F. Grayscale: #767676. Windows color (decimal): -6597680 or 13652891. OLE color: 13652891.

HSL color Cylindrical-coordinate representation of color #9B53D0: hue angle of 274.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B53D0 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15583208-
CMYK0.250.6000.18
HSL274.56º57.08%57.06%-
HSV(B)274.56º60.1%81.57%-
XYZ2817.7161.62-
YUV118.78178.35153.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 83 (32.81% from 255) = 18.61%
BLUE value IS 208 (81.64% from 255) = 46.64%
R=34.75%
G=18.61%
B=46.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155832080.250.6000.18274.5657.0857.06
Hex9B53D0193C0121133939
Octal23312332031740224237171
Binary1001101110100111101000011001111100010010100010011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B53D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,83,208); }

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

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

 a { background-color: rgb(155,83,208); }

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

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

 span { border-color: rgb(155,83,208); }

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