#8950CC

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

Shades of Amethyst #8950CC

Tints of Amethyst #8950CC

Color information

#8950CC (or 0x8950CC) is unknown color: approx Amethyst. HEX triplet: 89, 50 and CC. RGB value is (137,80,204). Sum of RGB (Red+Green+Blue) = 137+80+204=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #8950CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8950CC is #76AF33. Grayscale: #6E6E6E. Windows color (decimal): -7778100 or 13389961. OLE color: 13389961.

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

Color convert

RGB13780204-
CMYK0.330.6100.2
HSL267.58º54.87%55.69%-
HSV(B)267.58º60.78%80%-
XYZ24.0815.4258.83-
YUV111.18180.38146.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=32.54%
G=19.00%
B=48.46%

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
Decimal137802040.330.6100.2267.5854.8755.69
Hex8950CC213D01410c3738
Octal21112031441750244146770
Binary10001001101000011001100100001111101010100100001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8950CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8950CC; }

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

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

<style>
 a { background-color: #8950CC; }

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

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

<style>
 span { border-color: #8950CC; }

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

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