#9968BD

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

Shades of Amethyst #9968BD

Tints of Amethyst #9968BD

Color information

#9968BD (or 0x9968BD) is unknown color: approx Amethyst. HEX triplet: 99, 68 and BD. RGB value is (153,104,189). Sum of RGB (Red+Green+Blue) = 153+104+189=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #9968BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968BD is #669742. Grayscale: #808080. Windows color (decimal): -6723395 or 12413081. OLE color: 12413081.

HSL color Cylindrical-coordinate representation of color #9968BD: hue angle of 274.59º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9968BD is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153104189-
CMYK0.190.4500.26
HSL274.59º39.17%57.45%-
HSV(B)274.59º44.97%74.12%-
XYZ27.2720.3550.63-
YUV128.34162.23145.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 104 (41.02% from 255) = 23.32%
BLUE value IS 189 (74.22% from 255) = 42.38%
R=34.30%
G=23.32%
B=42.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531041890.190.4500.26274.5939.1757.45
Hex9968BD132D01A1132739
Octal23115027523550324234771
Binary1001100111010001011110110011101101011010100010011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9968BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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