#9669CD

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

Shades of Amethyst #9669CD

Tints of Amethyst #9669CD

Color information

#9669CD (or 0x9669CD) is unknown color: approx Amethyst. HEX triplet: 96, 69 and CD. RGB value is (150,105,205). Sum of RGB (Red+Green+Blue) = 150+105+205=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #9669CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669CD is #699632. Grayscale: #818181. Windows color (decimal): -6919731 or 13461910. OLE color: 13461910.

HSL color Cylindrical-coordinate representation of color #9669CD: hue angle of 267º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9669CD is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150105205-
CMYK0.270.4900.20
HSL267º50%60.78%-
HSV(B)267º48.78%80.39%-
XYZ28.6520.9960.3-
YUV129.85170.41142.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=32.61%
G=22.83%
B=44.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501052050.270.4900.202675060.78
Hex9669CD1B3101410b323d
Octal22615131533610244136275
Binary1001011011010011100110111011110001010100100001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9669CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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