#885BD0

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

Shades of Amethyst #885BD0

Tints of Amethyst #885BD0

Color information

#885BD0 (or 0x885BD0) is unknown color: approx Amethyst. HEX triplet: 88, 5B and D0. RGB value is (136,91,208). Sum of RGB (Red+Green+Blue) = 136+91+208=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #885BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BD0 is #77A42F. Grayscale: #757575. Windows color (decimal): -7840816 or 13654920. OLE color: 13654920.

HSL color Cylindrical-coordinate representation of color #885BD0: hue angle of 263.08º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #885BD0 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13691208-
CMYK0.350.5600.18
HSL263.08º55.45%58.63%-
HSV(B)263.08º56.25%81.57%-
XYZ25.2817.2761.68-
YUV117.79178.91140.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 91 (35.94% from 255) = 20.92%
BLUE value IS 208 (81.64% from 255) = 47.82%
R=31.26%
G=20.92%
B=47.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal136912080.350.5600.18263.0855.4558.63
Hex885BD02338012107373b
Octal21013332043700224076773
Binary10001000101101111010000100011111000010010100000111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,91,208); }

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

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

 a { background-color: rgb(136,91,208); }

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

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

 span { border-color: rgb(136,91,208); }

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