#9063CD

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

Shades of Amethyst #9063CD

Tints of Amethyst #9063CD

Color information

#9063CD (or 0x9063CD) is unknown color: approx Amethyst. HEX triplet: 90, 63 and CD. RGB value is (144,99,205). Sum of RGB (Red+Green+Blue) = 144+99+205=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #9063CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063CD is #6F9C32. Grayscale: #7C7C7C. Windows color (decimal): -7314483 or 13460368. OLE color: 13460368.

HSL color Cylindrical-coordinate representation of color #9063CD: hue angle of 265.47º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9063CD is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14499205-
CMYK0.300.5200.20
HSL265.47º51.46%59.61%-
HSV(B)265.47º51.71%80.39%-
XYZ26.9819.2660.05-
YUV124.54173.41141.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.14%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 205 (80.47% from 255) = 45.76%
R=32.14%
G=22.10%
B=45.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal144992050.300.5200.20265.4751.4659.61
Hex9063CD1E34014109333c
Octal22014331536640244116374
Binary1001000011000111100110111110110100010100100001001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9063CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9063CD; }

 p { color: rgb(144,99,205); }

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

<style>
 a { background-color: #9063CD; }

 a { background-color: rgb(144,99,205); }

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

<style>
 span { border-color: #9063CD; }

 span { border-color: rgb(144,99,205); }

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