#9668CD

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

Shades of Amethyst #9668CD

Tints of Amethyst #9668CD

Color information

#9668CD (or 0x9668CD) is unknown color: approx Amethyst. HEX triplet: 96, 68 and CD. RGB value is (150,104,205). Sum of RGB (Red+Green+Blue) = 150+104+205=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #9668CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668CD is #699732. Grayscale: #808080. Windows color (decimal): -6919987 or 13461654. OLE color: 13461654.

HSL color Cylindrical-coordinate representation of color #9668CD: hue angle of 267.33º 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 #9668CD is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150104205-
CMYK0.270.4900.20
HSL267.33º50.25%60.59%-
HSV(B)267.33º49.27%80.39%-
XYZ28.5520.7960.27-
YUV129.27170.74142.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.68%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=32.68%
G=22.66%
B=44.66%

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
Decimal1501042050.270.4900.20267.3350.2560.59
Hex9668CD1B3101410b323d
Octal22615031533610244136275
Binary1001011011010001100110111011110001010100100001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9668CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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