#9B5CCB

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

Shades of Amethyst #9B5CCB

Tints of Amethyst #9B5CCB

Color information

#9B5CCB (or 0x9B5CCB) is unknown color: approx Amethyst. HEX triplet: 9B, 5C and CB. RGB value is (155,92,203). Sum of RGB (Red+Green+Blue) = 155+92+203=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B5CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5CCB is #64A334. Grayscale: #7B7B7B. Windows color (decimal): -6595381 or 13327515. OLE color: 13327515.

HSL color Cylindrical-coordinate representation of color #9B5CCB: hue angle of 274.05º 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 #9B5CCB is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15592203-
CMYK0.240.5500.20
HSL274.05º51.63%57.84%-
HSV(B)274.05º54.68%79.61%-
XYZ28.1218.9358.67-
YUV123.49172.87150.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.44%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=34.44%
G=20.44%
B=45.11%

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
Decimal155922030.240.5500.20274.0551.6357.84
Hex9B5CCB1837014112343a
Octal23313431330670244226472
Binary1001101110111001100101111000110111010100100010010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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