#9667CF

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

Shades of Amethyst #9667CF

Tints of Amethyst #9667CF

Color information

#9667CF (or 0x9667CF) is unknown color: approx Amethyst. HEX triplet: 96, 67 and CF. RGB value is (150,103,207). Sum of RGB (Red+Green+Blue) = 150+103+207=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #9667CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667CF is #699830. Grayscale: #808080. Windows color (decimal): -6920241 or 13592470. OLE color: 13592470.

HSL color Cylindrical-coordinate representation of color #9667CF: hue angle of 267.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9667CF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150103207-
CMYK0.280.5000.19
HSL267.12º52%60.78%-
HSV(B)267.12º50.24%81.18%-
XYZ28.6920.6961.51-
YUV128.91172.07143.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 103 (40.62% from 255) = 22.39%
BLUE value IS 207 (81.25% from 255) = 45%
R=32.61%
G=22.39%
B=45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501032070.280.5000.19267.125260.78
Hex9667CF1C3201310b343d
Octal22614731734620234136475
Binary1001011011001111100111111100110010010011100001011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9667CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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