#895CBF

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

Shades of Amethyst #895CBF

Tints of Amethyst #895CBF

Color information

#895CBF (or 0x895CBF) is unknown color: approx Amethyst. HEX triplet: 89, 5C and BF. RGB value is (137,92,191). Sum of RGB (Red+Green+Blue) = 137+92+191=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #895CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CBF is #76A340. Grayscale: #747474. Windows color (decimal): -7775041 or 12541065. OLE color: 12541065.

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

Color convert

RGB13792191-
CMYK0.280.5200.25
HSL267.27º43.61%55.49%-
HSV(B)267.27º51.83%74.9%-
XYZ23.5516.7351.28-
YUV116.74169.91142.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.62%
GREEN value IS 92 (36.33% from 255) = 21.90%
BLUE value IS 191 (75% from 255) = 45.48%
R=32.62%
G=21.90%
B=45.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137921910.280.5200.25267.2743.6155.49
Hex895CBF1C3401910b2c37
Octal21113427734640314135467
Binary1000100110111001011111111100110100011001100001011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,92,191); }

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

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

 a { background-color: rgb(137,92,191); }

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

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

 span { border-color: rgb(137,92,191); }

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