#9466CB

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

Shades of Amethyst #9466CB

Tints of Amethyst #9466CB

Color information

#9466CB (or 0x9466CB) is unknown color: approx Amethyst. HEX triplet: 94, 66 and CB. RGB value is (148,102,203). Sum of RGB (Red+Green+Blue) = 148+102+203=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #9466CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466CB is #6B9934. Grayscale: #7E7E7E. Windows color (decimal): -7051573 or 13330068. OLE color: 13330068.

HSL color Cylindrical-coordinate representation of color #9466CB: hue angle of 267.33º degrees, saturation: 0.49, 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 #9466CB is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148102203-
CMYK0.270.5000.20
HSL267.33º49.27%59.8%-
HSV(B)267.33º49.75%79.61%-
XYZ27.7420.1158.92-
YUV127.27170.74142.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=32.67%
G=22.52%
B=44.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481022030.270.5000.20267.3349.2759.8
Hex9466CB1B3201410b313c
Octal22414631333620244136174
Binary1001010011001101100101111011110010010100100001011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9466CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9466CB; }

 p { color: rgb(148,102,203); }

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

<style>
 a { background-color: #9466CB; }

 a { background-color: rgb(148,102,203); }

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

<style>
 span { border-color: #9466CB; }

 span { border-color: rgb(148,102,203); }

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