#8B5DBE

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

Shades of Amethyst #8B5DBE

Tints of Amethyst #8B5DBE

Color information

#8B5DBE (or 0x8B5DBE) is unknown color: approx Amethyst. HEX triplet: 8B, 5D and BE. RGB value is (139,93,190). Sum of RGB (Red+Green+Blue) = 139+93+190=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5DBE is #74A241. Grayscale: #757575. Windows color (decimal): -7643714 or 12475787. OLE color: 12475787.

HSL color Cylindrical-coordinate representation of color #8B5DBE: hue angle of 268.45º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5DBE is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13993190-
CMYK0.270.5100.25
HSL268.45º42.73%55.49%-
HSV(B)268.45º51.05%74.51%-
XYZ23.8617.0450.75-
YUV117.81168.74143.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=32.94%
G=22.04%
B=45.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139931900.270.5100.25268.4542.7355.49
Hex8B5DBE1B3301910c2b37
Octal21313527633630314145367
Binary1000101110111011011111011011110011011001100001100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,93,190); }

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

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

 a { background-color: rgb(139,93,190); }

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

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

 span { border-color: rgb(139,93,190); }

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