#854CD8

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

Shades of Amethyst #854CD8

Tints of Amethyst #854CD8

Color information

#854CD8 (or 0x854CD8) is unknown color: approx Amethyst. HEX triplet: 85, 4C and D8. RGB value is (133,76,216). Sum of RGB (Red+Green+Blue) = 133+76+216=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #854CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CD8 is #7AB327. Grayscale: #6C6C6C. Windows color (decimal): -8041256 or 14175365. OLE color: 14175365.

HSL color Cylindrical-coordinate representation of color #854CD8: hue angle of 264.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854CD8 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13376216-
CMYK0.380.6500.15
HSL264.43º64.22%57.25%-
HSV(B)264.43º64.81%84.71%-
XYZ24.6515.1166.58-
YUV109188.38145.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 76 (30.08% from 255) = 17.88%
BLUE value IS 216 (84.77% from 255) = 50.82%
R=31.29%
G=17.88%
B=50.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal133762160.380.6500.15264.4364.2257.25
Hex854CD826410F1084039
Octal2051143304610101741010071
Binary100001011001100110110001001101000001011111000010001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854CD8; }

 p { color: rgb(133,76,216); }

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

<style>
 a { background-color: #854CD8; }

 a { background-color: rgb(133,76,216); }

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

<style>
 span { border-color: #854CD8; }

 span { border-color: rgb(133,76,216); }

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