#9667CC

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

Shades of Amethyst #9667CC

Tints of Amethyst #9667CC

Color information

#9667CC (or 0x9667CC) is unknown color: approx Amethyst. HEX triplet: 96, 67 and CC. RGB value is (150,103,204). Sum of RGB (Red+Green+Blue) = 150+103+204=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #9667CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667CC is #699833. Grayscale: #808080. Windows color (decimal): -6920244 or 13395862. OLE color: 13395862.

HSL color Cylindrical-coordinate representation of color #9667CC: hue angle of 267.92º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9667CC is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150103204-
CMYK0.260.5000.2
HSL267.92º49.75%60.2%-
HSV(B)267.92º49.51%80%-
XYZ28.3320.5459.6-
YUV128.57170.57143.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 103 (40.62% from 255) = 22.54%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=32.82%
G=22.54%
B=44.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501032040.260.5000.2267.9249.7560.2
Hex9667CC1A3201410c323c
Octal22614731432620244146274
Binary1001011011001111100110011010110010010100100001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9667CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9667CC; }

 p { color: rgb(150,103,204); }

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

<style>
 a { background-color: #9667CC; }

 a { background-color: rgb(150,103,204); }

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

<style>
 span { border-color: #9667CC; }

 span { border-color: rgb(150,103,204); }

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