#885CCA

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

Shades of Amethyst #885CCA

Tints of Amethyst #885CCA

Color information

#885CCA (or 0x885CCA) is unknown color: approx Amethyst. HEX triplet: 88, 5C and CA. RGB value is (136,92,202). Sum of RGB (Red+Green+Blue) = 136+92+202=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #885CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CCA is #77A335. Grayscale: #757575. Windows color (decimal): -7840566 or 13261960. OLE color: 13261960.

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

Color convert

RGB13692202-
CMYK0.330.5400.21
HSL264º50.93%57.65%-
HSV(B)264º54.46%79.22%-
XYZ24.6417.1557.89-
YUV117.7175.58141.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=31.63%
G=21.40%
B=46.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136922020.330.5400.2126450.9357.65
Hex885CCA2136015108333a
Octal21013431241660254106372
Binary10001000101110011001010100001110110010101100001000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,92,202); }

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

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

 a { background-color: rgb(136,92,202); }

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

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

 span { border-color: rgb(136,92,202); }

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