#8350C9

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

Shades of Amethyst #8350C9

Tints of Amethyst #8350C9

Color information

#8350C9 (or 0x8350C9) is unknown color: approx Amethyst. HEX triplet: 83, 50 and C9. RGB value is (131,80,201). Sum of RGB (Red+Green+Blue) = 131+80+201=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #8350C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350C9 is #7CAF36. Grayscale: #6C6C6C. Windows color (decimal): -8171319 or 13193347. OLE color: 13193347.

HSL color Cylindrical-coordinate representation of color #8350C9: hue angle of 265.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8350C9 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13180201-
CMYK0.350.6000.21
HSL265.29º52.84%55.1%-
HSV(B)265.29º60.2%78.82%-
XYZ22.7714.7856.91-
YUV109.04179.9143.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 80 (31.64% from 255) = 19.42%
BLUE value IS 201 (78.91% from 255) = 48.79%
R=31.80%
G=19.42%
B=48.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131802010.350.6000.21265.2952.8455.1
Hex8350C9233C0151093537
Octal20312031143740254116567
Binary10000011101000011001001100011111100010101100001001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8350C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8350C9; }

 p { color: rgb(131,80,201); }

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

<style>
 a { background-color: #8350C9; }

 a { background-color: rgb(131,80,201); }

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

<style>
 span { border-color: #8350C9; }

 span { border-color: rgb(131,80,201); }

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