#855BCD

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

Shades of Amethyst #855BCD

Tints of Amethyst #855BCD

Color information

#855BCD (or 0x855BCD) is unknown color: approx Amethyst. HEX triplet: 85, 5B and CD. RGB value is (133,91,205). Sum of RGB (Red+Green+Blue) = 133+91+205=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #855BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BCD is #7AA432. Grayscale: #747474. Windows color (decimal): -8037427 or 13458309. OLE color: 13458309.

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

Color convert

RGB13391205-
CMYK0.350.5600.20
HSL262.11º53.27%58.04%-
HSV(B)262.11º55.61%80.39%-
XYZ24.4316.8859.73-
YUV116.55177.91139.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 205 (80.47% from 255) = 47.79%
R=31.00%
G=21.21%
B=47.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133912050.350.5600.20262.1153.2758.04
Hex855BCD2338014106353a
Octal20513331543700244066572
Binary10000101101101111001101100011111000010100100000110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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