#8350cc

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

Shades of Amethyst #8350CC

Tints of Amethyst #8350CC

Color information

#8350CC (or 0x8350CC) is unknown color: approx Amethyst. HEX triplet: 83, 50 and CC. RGB value is (131,80,204). Sum of RGB (Red+Green+Blue) = 131+80+204=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #8350CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350CC is #7CAF33. Grayscale: #6C6C6C. Windows color (decimal): -8171316 or 13389955. OLE color: 13389955.

HSL color Cylindrical-coordinate representation of color #8350CC: hue angle of 264.68º 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 #8350CC is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13180204-
CMYK0.360.6100.2
HSL264.68º54.87%55.69%-
HSV(B)264.68º60.78%80%-
XYZ23.1314.9258.79-
YUV109.38181.4143.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=31.57%
G=19.28%
B=49.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal131802040.360.6100.2264.6854.8755.69
Hex8350CC243D0141093738
Octal20312031444750244116770
Binary10000011101000011001100100100111101010100100001001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8350cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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