#8B51CF

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

Shades of Amethyst #8B51CF

Tints of Amethyst #8B51CF

Color information

#8B51CF (or 0x8B51CF) is unknown color: approx Amethyst. HEX triplet: 8B, 51 and CF. RGB value is (139,81,207). Sum of RGB (Red+Green+Blue) = 139+81+207=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B51CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B51CF is #74AE30. Grayscale: #707070. Windows color (decimal): -7646769 or 13586827. OLE color: 13586827.

HSL color Cylindrical-coordinate representation of color #8B51CF: hue angle of 267.62º 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 #8B51CF is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13981207-
CMYK0.330.6100.19
HSL267.62º56.76%56.47%-
HSV(B)267.62º60.87%81.18%-
XYZ24.8515.8860.79-
YUV112.71181.22146.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 81 (32.03% from 255) = 18.97%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=32.55%
G=18.97%
B=48.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal139812070.330.6100.19267.6256.7656.47
Hex8B51CF213D01310c3938
Octal21312131741750234147170
Binary10001011101000111001111100001111101010011100001100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B51CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,81,207); }

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

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

 a { background-color: rgb(139,81,207); }

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

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

 span { border-color: rgb(139,81,207); }

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