#9463BF

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

Shades of Amethyst #9463BF

Tints of Amethyst #9463BF

Color information

#9463BF (or 0x9463BF) is unknown color: approx Amethyst. HEX triplet: 94, 63 and BF. RGB value is (148,99,191). Sum of RGB (Red+Green+Blue) = 148+99+191=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #9463BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9463BF is #6B9C40. Grayscale: #7B7B7B. Windows color (decimal): -7052353 or 12542868. OLE color: 12542868.

HSL color Cylindrical-coordinate representation of color #9463BF: hue angle of 271.96º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9463BF is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14899191-
CMYK0.230.4800.25
HSL271.96º41.82%56.86%-
HSV(B)271.96º48.17%74.9%-
XYZ26.0818.9851.58-
YUV124.14165.73145.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 191 (75% from 255) = 43.61%
R=33.79%
G=22.60%
B=43.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148991910.230.4800.25271.9641.8256.86
Hex9463BF17300191102a39
Octal22414327727600314205271
Binary1001010011000111011111110111110000011001100010000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9463BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9463BF; }

 p { color: rgb(148,99,191); }

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

<style>
 a { background-color: #9463BF; }

 a { background-color: rgb(148,99,191); }

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

<style>
 span { border-color: #9463BF; }

 span { border-color: rgb(148,99,191); }

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