#9B5BCB

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

Shades of Amethyst #9B5BCB

Tints of Amethyst #9B5BCB

Color information

#9B5BCB (or 0x9B5BCB) is unknown color: approx Amethyst. HEX triplet: 9B, 5B and CB. RGB value is (155,91,203). Sum of RGB (Red+Green+Blue) = 155+91+203=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B5BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5BCB is #64A434. Grayscale: #7A7A7A. Windows color (decimal): -6595637 or 13327259. OLE color: 13327259.

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

Color convert

RGB15591203-
CMYK0.240.5500.20
HSL274.29º51.85%57.65%-
HSV(B)274.29º55.17%79.61%-
XYZ28.0418.7658.64-
YUV122.9173.2150.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.52%
GREEN value IS 91 (35.94% from 255) = 20.27%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=34.52%
G=20.27%
B=45.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155912030.240.5500.20274.2951.8557.65
Hex9B5BCB1837014112343a
Octal23313331330670244226472
Binary1001101110110111100101111000110111010100100010010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,91,203); }

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

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

 a { background-color: rgb(155,91,203); }

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

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

 span { border-color: rgb(155,91,203); }

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