#9967BE

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

Shades of Amethyst #9967BE

Tints of Amethyst #9967BE

Color information

#9967BE (or 0x9967BE) is unknown color: approx Amethyst. HEX triplet: 99, 67 and BE. RGB value is (153,103,190). Sum of RGB (Red+Green+Blue) = 153+103+190=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #9967BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967BE is #669841. Grayscale: #7F7F7F. Windows color (decimal): -6723650 or 12478361. OLE color: 12478361.

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

Color convert

RGB153103190-
CMYK0.190.4600.25
HSL274.48º40.09%57.45%-
HSV(B)274.48º45.79%74.51%-
XYZ27.2820.1951.17-
YUV127.87163.06145.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=34.30%
G=23.09%
B=42.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531031900.190.4600.25274.4840.0957.45
Hex9967BE132E0191122839
Octal23114727623560314225071
Binary1001100111001111011111010011101110011001100010010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9967BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9967BE; }

 p { color: rgb(153,103,190); }

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

<style>
 a { background-color: #9967BE; }

 a { background-color: rgb(153,103,190); }

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

<style>
 span { border-color: #9967BE; }

 span { border-color: rgb(153,103,190); }

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