#8B62C8

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

Shades of Amethyst #8B62C8

Tints of Amethyst #8B62C8

Color information

#8B62C8 (or 0x8B62C8) is unknown color: approx Amethyst. HEX triplet: 8B, 62 and C8. RGB value is (139,98,200). Sum of RGB (Red+Green+Blue) = 139+98+200=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #8B62C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B62C8 is #749D37. Grayscale: #797979. Windows color (decimal): -7642424 or 13132427. OLE color: 13132427.

HSL color Cylindrical-coordinate representation of color #8B62C8: hue angle of 264.12º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B62C8 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13998200-
CMYK0.300.5100.22
HSL264.12º48.11%58.43%-
HSV(B)264.12º51%78.43%-
XYZ25.4418.3956.85-
YUV121.89172.08140.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 200 (78.52% from 255) = 45.77%
R=31.81%
G=22.43%
B=45.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal139982000.300.5100.22264.1248.1158.43
Hex8B62C81E33016108303a
Octal21314231036630264106072
Binary1000101111000101100100011110110011010110100001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B62C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B62C8; }

 p { color: rgb(139,98,200); }

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

<style>
 a { background-color: #8B62C8; }

 a { background-color: rgb(139,98,200); }

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

<style>
 span { border-color: #8B62C8; }

 span { border-color: rgb(139,98,200); }

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