#9668CB

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

Shades of Amethyst #9668CB

Tints of Amethyst #9668CB

Color information

#9668CB (or 0x9668CB) is unknown color: approx Amethyst. HEX triplet: 96, 68 and CB. RGB value is (150,104,203). Sum of RGB (Red+Green+Blue) = 150+104+203=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #9668CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668CB is #699734. Grayscale: #808080. Windows color (decimal): -6919989 or 13330582. OLE color: 13330582.

HSL color Cylindrical-coordinate representation of color #9668CB: hue angle of 267.88º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9668CB is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150104203-
CMYK0.260.4900.20
HSL267.88º48.77%60.2%-
HSV(B)267.88º48.77%79.61%-
XYZ28.3120.759-
YUV129.04169.74142.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 104 (41.02% from 255) = 22.76%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=32.82%
G=22.76%
B=44.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501042030.260.4900.20267.8848.7760.2
Hex9668CB1A3101410c313c
Octal22615031332610244146174
Binary1001011011010001100101111010110001010100100001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9668CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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