#8b5bd5

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

Shades of Amethyst #8B5BD5

Tints of Amethyst #8B5BD5

Color information

#8B5BD5 (or 0x8B5BD5) is unknown color: approx Amethyst. HEX triplet: 8B, 5B and D5. RGB value is (139,91,213). Sum of RGB (Red+Green+Blue) = 139+91+213=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #8B5BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5BD5 is #74A42A. Grayscale: #767676. Windows color (decimal): -7644203 or 13982603. OLE color: 13982603.

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

Color convert

RGB13991213-
CMYK0.350.5700.16
HSL263.61º59.22%59.61%-
HSV(B)263.61º57.28%83.53%-
XYZ26.417.7864.99-
YUV119.26180.9142.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 213 (83.59% from 255) = 48.08%
R=31.38%
G=20.54%
B=48.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139912130.350.5700.16263.6159.2259.61
Hex8B5BD523390101083b3c
Octal21313332543710204107374
Binary10001011101101111010101100011111001010000100001000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b5bd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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