#8958C4

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

Shades of Amethyst #8958C4

Tints of Amethyst #8958C4

Color information

#8958C4 (or 0x8958C4) is unknown color: approx Amethyst. HEX triplet: 89, 58 and C4. RGB value is (137,88,196). Sum of RGB (Red+Green+Blue) = 137+88+196=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #8958C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958C4 is #76A73B. Grayscale: #727272. Windows color (decimal): -7776060 or 12867721. OLE color: 12867721.

HSL color Cylindrical-coordinate representation of color #8958C4: hue angle of 267.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8958C4 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13788196-
CMYK0.300.5500.23
HSL267.22º47.79%55.69%-
HSV(B)267.22º55.1%76.86%-
XYZ23.7716.2854.11-
YUV114.96173.73143.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 196 (76.95% from 255) = 46.56%
R=32.54%
G=20.90%
B=46.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal137881960.300.5500.23267.2247.7955.69
Hex8958C41E3701710b3038
Octal21113030436670274136070
Binary1000100110110001100010011110110111010111100001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8958C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8958C4; }

 p { color: rgb(137,88,196); }

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

<style>
 a { background-color: #8958C4; }

 a { background-color: rgb(137,88,196); }

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

<style>
 span { border-color: #8958C4; }

 span { border-color: rgb(137,88,196); }

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