#894FCC

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

Shades of Amethyst #894FCC

Tints of Amethyst #894FCC

Color information

#894FCC (or 0x894FCC) is unknown color: approx Amethyst. HEX triplet: 89, 4F and CC. RGB value is (137,79,204). Sum of RGB (Red+Green+Blue) = 137+79+204=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #894FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FCC is #76B033. Grayscale: #6E6E6E. Windows color (decimal): -7778356 or 13389705. OLE color: 13389705.

HSL color Cylindrical-coordinate representation of color #894FCC: hue angle of 267.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #894FCC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13779204-
CMYK0.330.6100.2
HSL267.84º55.07%55.49%-
HSV(B)267.84º61.27%80%-
XYZ24.0115.2758.81-
YUV110.59180.72146.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.62%
GREEN value IS 79 (31.25% from 255) = 18.81%
BLUE value IS 204 (80.08% from 255) = 48.57%
R=32.62%
G=18.81%
B=48.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal137792040.330.6100.2267.8455.0755.49
Hex894FCC213D01410c3737
Octal21111731441750244146767
Binary10001001100111111001100100001111101010100100001100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894FCC; }

 p { color: rgb(137,79,204); }

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

<style>
 a { background-color: #894FCC; }

 a { background-color: rgb(137,79,204); }

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

<style>
 span { border-color: #894FCC; }

 span { border-color: rgb(137,79,204); }

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