#8B5AD5

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

Shades of Amethyst #8B5AD5

Tints of Amethyst #8B5AD5

Color information

#8B5AD5 (or 0x8B5AD5) is unknown color: approx Amethyst. HEX triplet: 8B, 5A and D5. RGB value is (139,90,213). Sum of RGB (Red+Green+Blue) = 139+90+213=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #8B5AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5AD5 is #74A52A. Grayscale: #767676. Windows color (decimal): -7644459 or 13982347. OLE color: 13982347.

HSL color Cylindrical-coordinate representation of color #8B5AD5: hue angle of 263.9º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B5AD5 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13990213-
CMYK0.350.5800.16
HSL263.9º59.42%59.41%-
HSV(B)263.9º57.75%83.53%-
XYZ26.3117.6164.96-
YUV118.67181.23142.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.45%
GREEN value IS 90 (35.55% from 255) = 20.36%
BLUE value IS 213 (83.59% from 255) = 48.19%
R=31.45%
G=20.36%
B=48.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139902130.350.5800.16263.959.4259.41
Hex8B5AD5233A0101083b3b
Octal21313232543720204107373
Binary10001011101101011010101100011111010010000100001000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,90,213); }

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

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

 a { background-color: rgb(139,90,213); }

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

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

 span { border-color: rgb(139,90,213); }

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