#885AC9

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

Shades of Amethyst #885AC9

Tints of Amethyst #885AC9

Color information

#885AC9 (or 0x885AC9) is unknown color: approx Amethyst. HEX triplet: 88, 5A and C9. RGB value is (136,90,201). Sum of RGB (Red+Green+Blue) = 136+90+201=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #885AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885AC9 is #77A536. Grayscale: #747474. Windows color (decimal): -7841079 or 13195912. OLE color: 13195912.

HSL color Cylindrical-coordinate representation of color #885AC9: hue angle of 264.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #885AC9 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13690201-
CMYK0.320.5500.21
HSL264.86º50.68%57.06%-
HSV(B)264.86º55.22%78.82%-
XYZ24.3516.7657.21-
YUV116.41175.74141.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=31.85%
G=21.08%
B=47.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136902010.320.5500.21264.8650.6857.06
Hex885AC920370151093339
Octal21013231140670254116371
Binary10001000101101011001001100000110111010101100001001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885AC9; }

 p { color: rgb(136,90,201); }

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

<style>
 a { background-color: #885AC9; }

 a { background-color: rgb(136,90,201); }

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

<style>
 span { border-color: #885AC9; }

 span { border-color: rgb(136,90,201); }

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