#9C55E4

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

Shades of Amethyst #9C55E4

Tints of Amethyst #9C55E4

Color information

#9C55E4 (or 0x9C55E4) is unknown color: approx Amethyst. HEX triplet: 9C, 55 and E4. RGB value is (156,85,228). Sum of RGB (Red+Green+Blue) = 156+85+228=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #9C55E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55E4 is #63AA1B. Grayscale: #7A7A7A. Windows color (decimal): -6531612 or 14964124. OLE color: 14964124.

HSL color Cylindrical-coordinate representation of color #9C55E4: hue angle of 269.79º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C55E4 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15685228-
CMYK0.320.6300.11
HSL269.79º72.59%61.37%-
HSV(B)269.79º62.72%89.41%-
XYZ30.9619.1775.47-
YUV122.53187.52151.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 85 (33.59% from 255) = 18.12%
BLUE value IS 228 (89.45% from 255) = 48.61%
R=33.26%
G=18.12%
B=48.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal156852280.320.6300.11269.7972.5961.37
Hex9C55E4203F0B10e493d
Octal234125344407701341611175
Binary10011100101010111100100100000111111010111000011101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C55E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C55E4; }

 p { color: rgb(156,85,228); }

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

<style>
 a { background-color: #9C55E4; }

 a { background-color: rgb(156,85,228); }

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

<style>
 span { border-color: #9C55E4; }

 span { border-color: rgb(156,85,228); }

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