#9556e0

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

Shades of Amethyst #9556E0

Tints of Amethyst #9556E0

Color information

#9556E0 (or 0x9556E0) is unknown color: approx Amethyst. HEX triplet: 95, 56 and E0. RGB value is (149,86,224). Sum of RGB (Red+Green+Blue) = 149+86+224=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #9556E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9556E0 is #6AA91F. Grayscale: #787878. Windows color (decimal): -6990112 or 14702229. OLE color: 14702229.

HSL color Cylindrical-coordinate representation of color #9556E0: hue angle of 267.39º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9556E0 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14986224-
CMYK0.330.6200.12
HSL267.39º69%60.78%-
HSV(B)267.39º61.61%87.84%-
XYZ29.1818.4372.54-
YUV120.57186.37148.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 224 (87.89% from 255) = 48.80%
R=32.46%
G=18.74%
B=48.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal149862240.330.6200.12267.396960.78
Hex9556E0213E0C10b453d
Octal225126340417601441310575
Binary10010101101011011100000100001111110011001000010111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9556e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9556e0; }

 p { color: rgb(149,86,224); }

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

<style>
 a { background-color: #9556e0; }

 a { background-color: rgb(149,86,224); }

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

<style>
 span { border-color: #9556e0; }

 span { border-color: rgb(149,86,224); }

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