#885CC1

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

Shades of Amethyst #885CC1

Tints of Amethyst #885CC1

Color information

#885CC1 (or 0x885CC1) is unknown color: approx Amethyst. HEX triplet: 88, 5C and C1. RGB value is (136,92,193). Sum of RGB (Red+Green+Blue) = 136+92+193=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #885CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CC1 is #77A33E. Grayscale: #747474. Windows color (decimal): -7840575 or 12672136. OLE color: 12672136.

HSL color Cylindrical-coordinate representation of color #885CC1: hue angle of 266.14º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #885CC1 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13692193-
CMYK0.300.5200.24
HSL266.14º44.89%55.88%-
HSV(B)266.14º52.33%75.69%-
XYZ23.6116.7452.44-
YUV116.67171.08141.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.30%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 193 (75.78% from 255) = 45.84%
R=32.30%
G=21.85%
B=45.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal136921930.300.5200.24266.1444.8955.88
Hex885CC11E3401810a2d38
Octal21013430136640304125570
Binary1000100010111001100000111110110100011000100001010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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