#9660CB

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

Shades of Amethyst #9660CB

Tints of Amethyst #9660CB

Color information

#9660CB (or 0x9660CB) is unknown color: approx Amethyst. HEX triplet: 96, 60 and CB. RGB value is (150,96,203). Sum of RGB (Red+Green+Blue) = 150+96+203=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 96 (37.89% from 255 or 21.38% 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 #9660CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660CB is #699F34. Grayscale: #7B7B7B. Windows color (decimal): -6922037 or 13328534. OLE color: 13328534.

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

Color convert

RGB15096203-
CMYK0.260.5300.20
HSL270.28º50.71%58.63%-
HSV(B)270.28º52.71%79.61%-
XYZ27.5419.1658.75-
YUV124.34172.39146.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=33.41%
G=21.38%
B=45.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150962030.260.5300.20270.2850.7158.63
Hex9660CB1A3501410e333b
Octal22614031332650244166373
Binary1001011011000001100101111010110101010100100001110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9660CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9660CB; }

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

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

<style>
 a { background-color: #9660CB; }

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

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

<style>
 span { border-color: #9660CB; }

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

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