#895BC0

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

Shades of Amethyst #895BC0

Tints of Amethyst #895BC0

Color information

#895BC0 (or 0x895BC0) is unknown color: approx Amethyst. HEX triplet: 89, 5B and C0. RGB value is (137,91,192). Sum of RGB (Red+Green+Blue) = 137+91+192=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #895BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BC0 is #76A43F. Grayscale: #737373. Windows color (decimal): -7775296 or 12606345. OLE color: 12606345.

HSL color Cylindrical-coordinate representation of color #895BC0: hue angle of 267.33º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #895BC0 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13791192-
CMYK0.290.5300.25
HSL267.33º44.49%55.49%-
HSV(B)267.33º52.6%75.29%-
XYZ23.5716.6151.83-
YUV116.27170.74142.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.62%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 192 (75.39% from 255) = 45.71%
R=32.62%
G=21.67%
B=45.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137911920.290.5300.25267.3344.4955.49
Hex895BC01D3501910b2c37
Octal21113330035650314135467
Binary1000100110110111100000011101110101011001100001011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895BC0; }

 p { color: rgb(137,91,192); }

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

<style>
 a { background-color: #895BC0; }

 a { background-color: rgb(137,91,192); }

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

<style>
 span { border-color: #895BC0; }

 span { border-color: rgb(137,91,192); }

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