#9968BF

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

Shades of Amethyst #9968BF

Tints of Amethyst #9968BF

Color information

#9968BF (or 0x9968BF) is unknown color: approx Amethyst. HEX triplet: 99, 68 and BF. RGB value is (153,104,191). Sum of RGB (Red+Green+Blue) = 153+104+191=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #9968BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968BF is #669740. Grayscale: #808080. Windows color (decimal): -6723393 or 12544153. OLE color: 12544153.

HSL color Cylindrical-coordinate representation of color #9968BF: hue angle of 273.79º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9968BF is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153104191-
CMYK0.200.4600.25
HSL273.79º40.47%57.84%-
HSV(B)273.79º45.55%74.9%-
XYZ27.4920.4351.79-
YUV128.57163.23145.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 104 (41.02% from 255) = 23.21%
BLUE value IS 191 (75% from 255) = 42.63%
R=34.15%
G=23.21%
B=42.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531041910.200.4600.25273.7940.4757.84
Hex9968BF142E019112283a
Octal23115027724560314225072
Binary1001100111010001011111110100101110011001100010010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9968BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9968BF; }

 p { color: rgb(153,104,191); }

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

<style>
 a { background-color: #9968BF; }

 a { background-color: rgb(153,104,191); }

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

<style>
 span { border-color: #9968BF; }

 span { border-color: rgb(153,104,191); }

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