#9B60CC

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

Shades of Amethyst #9B60CC

Tints of Amethyst #9B60CC

Color information

#9B60CC (or 0x9B60CC) is unknown color: approx Amethyst. HEX triplet: 9B, 60 and CC. RGB value is (155,96,204). Sum of RGB (Red+Green+Blue) = 155+96+204=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B60CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B60CC is #649F33. Grayscale: #7D7D7D. Windows color (decimal): -6594356 or 13394075. OLE color: 13394075.

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

Color convert

RGB15596204-
CMYK0.240.5300.2
HSL272.78º51.43%58.82%-
HSV(B)272.78º52.94%80%-
XYZ28.619.6959.42-
YUV125.95172.05148.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=34.07%
G=21.10%
B=44.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal155962040.240.5300.2272.7851.4358.82
Hex9B60CC1835014111333b
Octal23314031430650244216373
Binary1001101111000001100110011000110101010100100010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B60CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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