#8650CF

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

Shades of Amethyst #8650CF

Tints of Amethyst #8650CF

Color information

#8650CF (or 0x8650CF) is unknown color: approx Amethyst. HEX triplet: 86, 50 and CF. RGB value is (134,80,207). Sum of RGB (Red+Green+Blue) = 134+80+207=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #8650CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8650CF is #79AF30. Grayscale: #6E6E6E. Windows color (decimal): -7974705 or 13586566. OLE color: 13586566.

HSL color Cylindrical-coordinate representation of color #8650CF: hue angle of 265.51º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8650CF is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13480207-
CMYK0.350.6100.19
HSL265.51º56.95%56.27%-
HSV(B)265.51º61.35%81.18%-
XYZ23.9615.3160.72-
YUV110.62182.39144.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 207 (81.25% from 255) = 49.17%
R=31.83%
G=19.00%
B=49.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134802070.350.6100.19265.5156.9556.27
Hex8650CF233D01310a3938
Octal20612031743750234127170
Binary10000110101000011001111100011111101010011100001010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8650CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8650CF; }

 p { color: rgb(134,80,207); }

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

<style>
 a { background-color: #8650CF; }

 a { background-color: rgb(134,80,207); }

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

<style>
 span { border-color: #8650CF; }

 span { border-color: rgb(134,80,207); }

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