#9667C1

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

Shades of Amethyst #9667C1

Tints of Amethyst #9667C1

Color information

#9667C1 (or 0x9667C1) is unknown color: approx Amethyst. HEX triplet: 96, 67 and C1. RGB value is (150,103,193). Sum of RGB (Red+Green+Blue) = 150+103+193=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #9667C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667C1 is #69983E. Grayscale: #7F7F7F. Windows color (decimal): -6920255 or 12674966. OLE color: 12674966.

HSL color Cylindrical-coordinate representation of color #9667C1: hue angle of 271.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9667C1 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150103193-
CMYK0.220.4700.24
HSL271.33º42.06%58.04%-
HSV(B)271.33º46.63%75.69%-
XYZ27.0520.0352.89-
YUV127.31165.07144.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 193 (75.78% from 255) = 43.27%
R=33.63%
G=23.09%
B=43.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501031930.220.4700.24271.3342.0658.04
Hex9667C1162F01810f2a3a
Octal22614730126570304175272
Binary1001011011001111100000110110101111011000100001111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9667C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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