#9669CF

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

Shades of Amethyst #9669CF

Tints of Amethyst #9669CF

Color information

#9669CF (or 0x9669CF) is unknown color: approx Amethyst. HEX triplet: 96, 69 and CF. RGB value is (150,105,207). Sum of RGB (Red+Green+Blue) = 150+105+207=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #9669CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669CF is #699630. Grayscale: #818181. Windows color (decimal): -6919729 or 13592982. OLE color: 13592982.

HSL color Cylindrical-coordinate representation of color #9669CF: hue angle of 266.47º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9669CF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150105207-
CMYK0.280.4900.19
HSL266.47º51.52%61.18%-
HSV(B)266.47º49.28%81.18%-
XYZ28.8921.0961.58-
YUV130.08171.41142.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.47%
GREEN value IS 105 (41.41% from 255) = 22.73%
BLUE value IS 207 (81.25% from 255) = 44.81%
R=32.47%
G=22.73%
B=44.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501052070.280.4900.19266.4751.5261.18
Hex9669CF1C3101310a343d
Octal22615131734610234126475
Binary1001011011010011100111111100110001010011100001010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9669CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9669CF; }

 p { color: rgb(150,105,207); }

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

<style>
 a { background-color: #9669CF; }

 a { background-color: rgb(150,105,207); }

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

<style>
 span { border-color: #9669CF; }

 span { border-color: rgb(150,105,207); }

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