#855AC8

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

Shades of Amethyst #855AC8

Tints of Amethyst #855AC8

Color information

#855AC8 (or 0x855AC8) is unknown color: approx Amethyst. HEX triplet: 85, 5A and C8. RGB value is (133,90,200). Sum of RGB (Red+Green+Blue) = 133+90+200=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #855AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855AC8 is #7AA537. Grayscale: #737373. Windows color (decimal): -8037688 or 13130373. OLE color: 13130373.

HSL color Cylindrical-coordinate representation of color #855AC8: hue angle of 263.45º 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 #855AC8 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13390200-
CMYK0.340.5500.22
HSL263.45º50%56.86%-
HSV(B)263.45º55%78.43%-
XYZ23.7516.4756.57-
YUV115.4175.75140.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 200 (78.52% from 255) = 47.28%
R=31.44%
G=21.28%
B=47.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133902000.340.5500.22263.455056.86
Hex855AC822370161073239
Octal20513231042670264076271
Binary10000101101101011001000100010110111010110100000111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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