#9467D3

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

Shades of Amethyst #9467D3

Tints of Amethyst #9467D3

Color information

#9467D3 (or 0x9467D3) is unknown color: approx Amethyst. HEX triplet: 94, 67 and D3. RGB value is (148,103,211). Sum of RGB (Red+Green+Blue) = 148+103+211=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #9467D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9467D3 is #6B982C. Grayscale: #808080. Windows color (decimal): -7051309 or 13854612. OLE color: 13854612.

HSL color Cylindrical-coordinate representation of color #9467D3: hue angle of 265º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9467D3 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB148103211-
CMYK0.300.5100.17
HSL265º55.1%61.57%-
HSV(B)265º51.18%82.75%-
XYZ28.8220.764.1-
YUV128.77174.41141.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 211 (82.81% from 255) = 45.67%
R=32.03%
G=22.29%
B=45.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1481032110.300.5100.1726555.161.57
Hex9467D31E33011109373e
Octal22414732336630214116776
Binary1001010011001111101001111110110011010001100001001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9467D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9467D3; }

 p { color: rgb(148,103,211); }

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

<style>
 a { background-color: #9467D3; }

 a { background-color: rgb(148,103,211); }

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

<style>
 span { border-color: #9467D3; }

 span { border-color: rgb(148,103,211); }

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