#9B5DCC

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

Shades of Amethyst #9B5DCC

Tints of Amethyst #9B5DCC

Color information

#9B5DCC (or 0x9B5DCC) is unknown color: approx Amethyst. HEX triplet: 9B, 5D and CC. RGB value is (155,93,204). Sum of RGB (Red+Green+Blue) = 155+93+204=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B5DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5DCC is #64A233. Grayscale: #7B7B7B. Windows color (decimal): -6595124 or 13393307. OLE color: 13393307.

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

Color convert

RGB15593204-
CMYK0.240.5400.2
HSL273.51º52.11%58.24%-
HSV(B)273.51º54.41%80%-
XYZ28.3319.1659.33-
YUV124.19173.04149.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=34.29%
G=20.58%
B=45.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal155932040.240.5400.2273.5152.1158.24
Hex9B5DCC1836014112343a
Octal23313531430660244226472
Binary1001101110111011100110011000110110010100100010010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,93,204); }

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

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

 a { background-color: rgb(155,93,204); }

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

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

 span { border-color: rgb(155,93,204); }

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