#8B5DCC

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

Shades of Amethyst #8B5DCC

Tints of Amethyst #8B5DCC

Color information

#8B5DCC (or 0x8B5DCC) is unknown color: approx Amethyst. HEX triplet: 8B, 5D and CC. RGB value is (139,93,204). Sum of RGB (Red+Green+Blue) = 139+93+204=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B5DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5DCC is #74A233. Grayscale: #777777. Windows color (decimal): -7643700 or 13393291. OLE color: 13393291.

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

Color convert

RGB13993204-
CMYK0.320.5400.2
HSL264.86º52.11%58.24%-
HSV(B)264.86º54.41%80%-
XYZ25.4617.6859.2-
YUV119.41175.74141.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 204 (80.08% from 255) = 46.79%
R=31.88%
G=21.33%
B=46.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal139932040.320.5400.2264.8652.1158.24
Hex8B5DCC2036014109343a
Octal21313531440660244116472
Binary10001011101110111001100100000110110010100100001001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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