#8B61CD

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

Shades of Amethyst #8B61CD

Tints of Amethyst #8B61CD

Color information

#8B61CD (or 0x8B61CD) is unknown color: approx Amethyst. HEX triplet: 8B, 61 and CD. RGB value is (139,97,205). Sum of RGB (Red+Green+Blue) = 139+97+205=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B61CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B61CD is #749E32. Grayscale: #797979. Windows color (decimal): -7642675 or 13459851. OLE color: 13459851.

HSL color Cylindrical-coordinate representation of color #8B61CD: hue angle of 263.33º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B61CD is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13997205-
CMYK0.320.5300.20
HSL263.33º51.92%59.22%-
HSV(B)263.33º52.68%80.39%-
XYZ25.9418.4559.95-
YUV121.87174.91140.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.52%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=31.52%
G=22.00%
B=46.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal139972050.320.5300.20263.3351.9259.22
Hex8B61CD2035014107343b
Octal21314131540650244076473
Binary10001011110000111001101100000110101010100100000111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B61CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,205); }

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

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

 a { background-color: rgb(139,97,205); }

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

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

 span { border-color: rgb(139,97,205); }

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