#9559DE

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

Shades of Amethyst #9559DE

Tints of Amethyst #9559DE

Color information

#9559DE (or 0x9559DE) is unknown color: approx Amethyst. HEX triplet: 95, 59 and DE. RGB value is (149,89,222). Sum of RGB (Red+Green+Blue) = 149+89+222=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #9559DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559DE is #6AA621. Grayscale: #797979. Windows color (decimal): -6989346 or 14571925. OLE color: 14571925.

HSL color Cylindrical-coordinate representation of color #9559DE: hue angle of 267.07º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9559DE is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14989222-
CMYK0.330.6000.13
HSL267.07º66.83%60.98%-
HSV(B)267.07º59.91%87.06%-
XYZ29.1518.8171.2-
YUV122.1184.38147.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 89 (35.16% from 255) = 19.35%
BLUE value IS 222 (87.11% from 255) = 48.26%
R=32.39%
G=19.35%
B=48.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149892220.330.6000.13267.0766.8360.98
Hex9559DE213C0D10b433d
Octal225131336417401541310375
Binary10010101101100111011110100001111100011011000010111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9559DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9559DE; }

 p { color: rgb(149,89,222); }

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

<style>
 a { background-color: #9559DE; }

 a { background-color: rgb(149,89,222); }

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

<style>
 span { border-color: #9559DE; }

 span { border-color: rgb(149,89,222); }

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