#855BC8

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

Shades of Amethyst #855BC8

Tints of Amethyst #855BC8

Color information

#855BC8 (or 0x855BC8) is unknown color: approx Amethyst. HEX triplet: 85, 5B and C8. RGB value is (133,91,200). Sum of RGB (Red+Green+Blue) = 133+91+200=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 200 - color contains mainly: blue. Hex color #855BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BC8 is #7AA437. Grayscale: #737373. Windows color (decimal): -8037432 or 13130629. OLE color: 13130629.

HSL color Cylindrical-coordinate representation of color #855BC8: hue angle of 263.12º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #855BC8 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13391200-
CMYK0.340.5400.22
HSL263.12º49.77%57.06%-
HSV(B)263.12º54.5%78.43%-
XYZ23.8416.6456.6-
YUV115.98175.41140.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 200 (78.52% from 255) = 47.17%
R=31.37%
G=21.46%
B=47.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133912000.340.5400.22263.1249.7757.06
Hex855BC822360161073239
Octal20513331042660264076271
Binary10000101101101111001000100010110110010110100000111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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