#855BCF

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

Shades of Amethyst #855BCF

Tints of Amethyst #855BCF

Color information

#855BCF (or 0x855BCF) is unknown color: approx Amethyst. HEX triplet: 85, 5B and CF. RGB value is (133,91,207). Sum of RGB (Red+Green+Blue) = 133+91+207=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #855BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BCF is #7AA430. Grayscale: #747474. Windows color (decimal): -8037425 or 13589381. OLE color: 13589381.

HSL color Cylindrical-coordinate representation of color #855BCF: hue angle of 261.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #855BCF is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13391207-
CMYK0.360.5600.19
HSL261.72º54.72%58.43%-
HSV(B)261.72º56.04%81.18%-
XYZ24.6816.9761.01-
YUV116.78178.91139.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 207 (81.25% from 255) = 48.03%
R=30.86%
G=21.11%
B=48.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133912070.360.5600.19261.7254.7258.43
Hex855BCF2438013106373a
Octal20513331744700234066772
Binary10000101101101111001111100100111000010011100000110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855BCF; }

 p { color: rgb(133,91,207); }

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

<style>
 a { background-color: #855BCF; }

 a { background-color: rgb(133,91,207); }

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

<style>
 span { border-color: #855BCF; }

 span { border-color: rgb(133,91,207); }

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