#895CC0

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

Shades of Amethyst #895CC0

Tints of Amethyst #895CC0

Color information

#895CC0 (or 0x895CC0) is unknown color: approx Amethyst. HEX triplet: 89, 5C and C0. RGB value is (137,92,192). Sum of RGB (Red+Green+Blue) = 137+92+192=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #895CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CC0 is #76A33F. Grayscale: #747474. Windows color (decimal): -7775040 or 12606601. OLE color: 12606601.

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

Color convert

RGB13792192-
CMYK0.290.5200.25
HSL267º44.25%55.69%-
HSV(B)267º52.08%75.29%-
XYZ23.6616.7851.86-
YUV116.86170.41142.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 192 (75.39% from 255) = 45.61%
R=32.54%
G=21.85%
B=45.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137921920.290.5200.2526744.2555.69
Hex895CC01D3401910b2c38
Octal21113430035640314135470
Binary1000100110111001100000011101110100011001100001011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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