#8350CD

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

Shades of Amethyst #8350CD

Tints of Amethyst #8350CD

Color information

#8350CD (or 0x8350CD) is unknown color: approx Amethyst. HEX triplet: 83, 50 and CD. RGB value is (131,80,205). Sum of RGB (Red+Green+Blue) = 131+80+205=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #8350CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350CD is #7CAF32. Grayscale: #6D6D6D. Windows color (decimal): -8171315 or 13455491. OLE color: 13455491.

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

Color convert

RGB13180205-
CMYK0.360.6100.20
HSL264.48º55.56%55.88%-
HSV(B)264.48º60.98%80.39%-
XYZ23.2514.9759.42-
YUV109.5181.9143.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=31.49%
G=19.23%
B=49.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal131802050.360.6100.20264.4855.5655.88
Hex8350CD243D0141083838
Octal20312031544750244107070
Binary10000011101000011001101100100111101010100100001000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8350CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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