#9669CE

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

Shades of Amethyst #9669CE

Tints of Amethyst #9669CE

Color information

#9669CE (or 0x9669CE) is unknown color: approx Amethyst. HEX triplet: 96, 69 and CE. RGB value is (150,105,206). Sum of RGB (Red+Green+Blue) = 150+105+206=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #9669CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669CE is #699631. Grayscale: #818181. Windows color (decimal): -6919730 or 13527446. OLE color: 13527446.

HSL color Cylindrical-coordinate representation of color #9669CE: hue angle of 266.73º degrees, saturation: 0.51, 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 #9669CE is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150105206-
CMYK0.270.4900.19
HSL266.73º50.75%60.98%-
HSV(B)266.73º49.03%80.78%-
XYZ28.7721.0460.94-
YUV129.97170.91142.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=32.54%
G=22.78%
B=44.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501052060.270.4900.19266.7350.7560.98
Hex9669CE1B3101310b333d
Octal22615131633610234136375
Binary1001011011010011100111011011110001010011100001011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9669CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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