#9563CF

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

Shades of Amethyst #9563CF

Tints of Amethyst #9563CF

Color information

#9563CF (or 0x9563CF) is unknown color: approx Amethyst. HEX triplet: 95, 63 and CF. RGB value is (149,99,207). Sum of RGB (Red+Green+Blue) = 149+99+207=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #9563CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563CF is #6A9C30. Grayscale: #7D7D7D. Windows color (decimal): -6986801 or 13591445. OLE color: 13591445.

HSL color Cylindrical-coordinate representation of color #9563CF: hue angle of 267.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9563CF is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14999207-
CMYK0.280.5200.19
HSL267.78º52.94%60%-
HSV(B)267.78º52.17%81.18%-
XYZ28.1219.8261.37-
YUV126.26173.56144.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=32.75%
G=21.76%
B=45.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149992070.280.5200.19267.7852.9460
Hex9563CF1C3401310c353c
Octal22514331734640234146574
Binary1001010111000111100111111100110100010011100001100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9563CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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