#9563D1

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

Shades of Amethyst #9563D1

Tints of Amethyst #9563D1

Color information

#9563D1 (or 0x9563D1) is unknown color: approx Amethyst. HEX triplet: 95, 63 and D1. RGB value is (149,99,209). Sum of RGB (Red+Green+Blue) = 149+99+209=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #9563D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563D1 is #6A9C2E. Grayscale: #7E7E7E. Windows color (decimal): -6986799 or 13722517. OLE color: 13722517.

HSL color Cylindrical-coordinate representation of color #9563D1: hue angle of 267.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9563D1 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14999209-
CMYK0.290.5300.18
HSL267.27º54.46%60.39%-
HSV(B)267.27º52.63%81.96%-
XYZ28.3619.9262.67-
YUV126.49174.56144.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 209 (82.03% from 255) = 45.73%
R=32.60%
G=21.66%
B=45.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149992090.290.5300.18267.2754.4660.39
Hex9563D11D3501210b363c
Octal22514332135650224136674
Binary1001010111000111101000111101110101010010100001011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9563D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9563D1; }

 p { color: rgb(149,99,209); }

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

<style>
 a { background-color: #9563D1; }

 a { background-color: rgb(149,99,209); }

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

<style>
 span { border-color: #9563D1; }

 span { border-color: rgb(149,99,209); }

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