#8C55DD

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

Shades of Amethyst #8C55DD

Tints of Amethyst #8C55DD

Color information

#8C55DD (or 0x8C55DD) is unknown color: approx Amethyst. HEX triplet: 8C, 55 and DD. RGB value is (140,85,221). Sum of RGB (Red+Green+Blue) = 140+85+221=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C55DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C55DD is #73AA22. Grayscale: #747474. Windows color (decimal): -7580195 or 14505356. OLE color: 14505356.

HSL color Cylindrical-coordinate representation of color #8C55DD: hue angle of 264.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C55DD is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14085221-
CMYK0.370.6200.13
HSL264.26º66.67%60%-
HSV(B)264.26º61.54%86.67%-
XYZ27.1117.2970.32-
YUV116.95186.72144.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.39%
GREEN value IS 85 (33.59% from 255) = 19.06%
BLUE value IS 221 (86.72% from 255) = 49.55%
R=31.39%
G=19.06%
B=49.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140852210.370.6200.13264.2666.6760
Hex8C55DD253E0D108433c
Octal214125335457601541010374
Binary10001100101010111011101100101111110011011000010001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C55DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C55DD; }

 p { color: rgb(140,85,221); }

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

<style>
 a { background-color: #8C55DD; }

 a { background-color: rgb(140,85,221); }

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

<style>
 span { border-color: #8C55DD; }

 span { border-color: rgb(140,85,221); }

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