#9A60CB

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

Shades of Amethyst #9A60CB

Tints of Amethyst #9A60CB

Color information

#9A60CB (or 0x9A60CB) is unknown color: approx Amethyst. HEX triplet: 9A, 60 and CB. RGB value is (154,96,203). Sum of RGB (Red+Green+Blue) = 154+96+203=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60CB is #659F34. Grayscale: #7D7D7D. Windows color (decimal): -6659893 or 13328538. OLE color: 13328538.

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

Color convert

RGB15496203-
CMYK0.240.5300.20
HSL272.52º50.71%58.63%-
HSV(B)272.52º52.71%79.61%-
XYZ28.2919.5558.78-
YUV125.54171.72148.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=34.00%
G=21.19%
B=44.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154962030.240.5300.20272.5250.7158.63
Hex9A60CB1835014111333b
Octal23214031330650244216373
Binary1001101011000001100101111000110101010100100010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A60CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,96,203); }

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

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

 a { background-color: rgb(154,96,203); }

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

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

 span { border-color: rgb(154,96,203); }

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