#8355C9

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

Shades of Amethyst #8355C9

Tints of Amethyst #8355C9

Color information

#8355C9 (or 0x8355C9) is unknown color: approx Amethyst. HEX triplet: 83, 55 and C9. RGB value is (131,85,201). Sum of RGB (Red+Green+Blue) = 131+85+201=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #8355C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355C9 is #7CAA36. Grayscale: #6F6F6F. Windows color (decimal): -8170039 or 13194627. OLE color: 13194627.

HSL color Cylindrical-coordinate representation of color #8355C9: hue angle of 263.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8355C9 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13185201-
CMYK0.350.5800.21
HSL263.79º51.79%56.08%-
HSV(B)263.79º57.71%78.82%-
XYZ23.1515.5457.04-
YUV111.98178.24141.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 201 (78.91% from 255) = 48.20%
R=31.41%
G=20.38%
B=48.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131852010.350.5800.21263.7951.7956.08
Hex8355C9233A0151083438
Octal20312531143720254106470
Binary10000011101010111001001100011111010010101100001000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8355C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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