#885CCD

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

Shades of Amethyst #885CCD

Tints of Amethyst #885CCD

Color information

#885CCD (or 0x885CCD) is unknown color: approx Amethyst. HEX triplet: 88, 5C and CD. RGB value is (136,92,205). Sum of RGB (Red+Green+Blue) = 136+92+205=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #885CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CCD is #77A332. Grayscale: #757575. Windows color (decimal): -7840563 or 13458568. OLE color: 13458568.

HSL color Cylindrical-coordinate representation of color #885CCD: hue angle of 263.36º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #885CCD is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13692205-
CMYK0.340.5500.20
HSL263.36º53.05%58.24%-
HSV(B)263.36º55.12%80.39%-
XYZ2517.359.78-
YUV118.04177.08140.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=31.41%
G=21.25%
B=47.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136922050.340.5500.20263.3653.0558.24
Hex885CCD2237014107353a
Octal21013431542670244076572
Binary10001000101110011001101100010110111010100100000111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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