#9660DB

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

Shades of Amethyst #9660DB

Tints of Amethyst #9660DB

Color information

#9660DB (or 0x9660DB) is unknown color: approx Amethyst. HEX triplet: 96, 60 and DB. RGB value is (150,96,219). Sum of RGB (Red+Green+Blue) = 150+96+219=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #9660DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660DB is #699F24. Grayscale: #7D7D7D. Windows color (decimal): -6922021 or 14377110. OLE color: 14377110.

HSL color Cylindrical-coordinate representation of color #9660DB: hue angle of 266.34º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9660DB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15096219-
CMYK0.320.5600.14
HSL266.34º63.08%61.76%-
HSV(B)266.34º56.16%85.88%-
XYZ29.5519.9669.31-
YUV126.17180.39145-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 219 (85.94% from 255) = 47.10%
R=32.26%
G=20.65%
B=47.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150962190.320.5600.14266.3463.0861.76
Hex9660DB20380E10a3f3e
Octal22614033340700164127776
Binary1001011011000001101101110000011100001110100001010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9660DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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