#9669D5

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

Shades of Amethyst #9669D5

Tints of Amethyst #9669D5

Color information

#9669D5 (or 0x9669D5) is unknown color: approx Amethyst. HEX triplet: 96, 69 and D5. RGB value is (150,105,213). Sum of RGB (Red+Green+Blue) = 150+105+213=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #9669D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669D5 is #69962A. Grayscale: #828282. Windows color (decimal): -6919723 or 13986198. OLE color: 13986198.

HSL color Cylindrical-coordinate representation of color #9669D5: hue angle of 265º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9669D5 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150105213-
CMYK0.300.5100.16
HSL265º56.25%62.35%-
HSV(B)265º50.7%83.53%-
XYZ29.6421.3965.52-
YUV130.77174.41141.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 213 (83.59% from 255) = 45.51%
R=32.05%
G=22.44%
B=45.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501052130.300.5100.1626556.2562.35
Hex9669D51E33010109383e
Octal22615132536630204117076
Binary1001011011010011101010111110110011010000100001001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9669D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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