#8650cb

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

Shades of Amethyst #8650CB

Tints of Amethyst #8650CB

Color information

#8650CB (or 0x8650CB) is unknown color: approx Amethyst. HEX triplet: 86, 50 and CB. RGB value is (134,80,203). Sum of RGB (Red+Green+Blue) = 134+80+203=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #8650CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8650CB is #79AF34. Grayscale: #6D6D6D. Windows color (decimal): -7974709 or 13324422. OLE color: 13324422.

HSL color Cylindrical-coordinate representation of color #8650CB: hue angle of 266.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8650CB is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13480203-
CMYK0.340.6100.20
HSL266.34º54.19%55.49%-
HSV(B)266.34º60.59%79.61%-
XYZ23.4815.1258.18-
YUV110.17180.39145-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 80 (31.64% from 255) = 19.18%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=32.13%
G=19.18%
B=48.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134802030.340.6100.20266.3454.1955.49
Hex8650CB223D01410a3637
Octal20612031342750244126667
Binary10000110101000011001011100010111101010100100001010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8650cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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