#9467D0

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

Shades of Amethyst #9467D0

Tints of Amethyst #9467D0

Color information

#9467D0 (or 0x9467D0) is unknown color: approx Amethyst. HEX triplet: 94, 67 and D0. RGB value is (148,103,208). Sum of RGB (Red+Green+Blue) = 148+103+208=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #9467D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9467D0 is #6B982F. Grayscale: #808080. Windows color (decimal): -7051312 or 13658004. OLE color: 13658004.

HSL color Cylindrical-coordinate representation of color #9467D0: hue angle of 265.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9467D0 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148103208-
CMYK0.290.5000.18
HSL265.71º52.76%60.98%-
HSV(B)265.71º50.48%81.57%-
XYZ28.4520.5562.14-
YUV128.42172.91141.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=32.24%
G=22.44%
B=45.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481032080.290.5000.18265.7152.7660.98
Hex9467D01D3201210a353d
Octal22414732035620224126575
Binary1001010011001111101000011101110010010010100001010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9467D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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