#8855C7

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

Shades of Amethyst #8855C7

Tints of Amethyst #8855C7

Color information

#8855C7 (or 0x8855C7) is unknown color: approx Amethyst. HEX triplet: 88, 55 and C7. RGB value is (136,85,199). Sum of RGB (Red+Green+Blue) = 136+85+199=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #8855C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8855C7 is #77AA38. Grayscale: #707070. Windows color (decimal): -7842361 or 13063560. OLE color: 13063560.

HSL color Cylindrical-coordinate representation of color #8855C7: hue angle of 266.84º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8855C7 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13685199-
CMYK0.320.5700.22
HSL266.84º50.44%55.69%-
HSV(B)266.84º57.29%78.04%-
XYZ23.7115.8555.84-
YUV113.24176.4144.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 199 (78.12% from 255) = 47.38%
R=32.38%
G=20.24%
B=47.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal136851990.320.5700.22266.8450.4455.69
Hex8855C7203901610b3238
Octal21012530740710264136270
Binary10001000101010111000111100000111001010110100001011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8855C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8855C7; }

 p { color: rgb(136,85,199); }

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

<style>
 a { background-color: #8855C7; }

 a { background-color: rgb(136,85,199); }

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

<style>
 span { border-color: #8855C7; }

 span { border-color: rgb(136,85,199); }

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