#9967CB

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

Shades of Amethyst #9967CB

Tints of Amethyst #9967CB

Color information

#9967CB (or 0x9967CB) is unknown color: approx Amethyst. HEX triplet: 99, 67 and CB. RGB value is (153,103,203). Sum of RGB (Red+Green+Blue) = 153+103+203=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #9967CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967CB is #669834. Grayscale: #818181. Windows color (decimal): -6723637 or 13330329. OLE color: 13330329.

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

Color convert

RGB153103203-
CMYK0.250.4900.20
HSL270º49.02%60%-
HSV(B)270º49.26%79.61%-
XYZ28.7720.7859-
YUV129.35169.56144.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=33.33%
G=22.44%
B=44.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531032030.250.4900.2027049.0260
Hex9967CB193101410e313c
Octal23114731331610244166174
Binary1001100111001111100101111001110001010100100001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9967CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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