#8B5DCB

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

Shades of Amethyst #8B5DCB

Tints of Amethyst #8B5DCB

Color information

#8B5DCB (or 0x8B5DCB) is unknown color: approx Amethyst. HEX triplet: 8B, 5D and CB. RGB value is (139,93,203). Sum of RGB (Red+Green+Blue) = 139+93+203=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B5DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5DCB is #74A234. Grayscale: #767676. Windows color (decimal): -7643701 or 13327755. OLE color: 13327755.

HSL color Cylindrical-coordinate representation of color #8B5DCB: hue angle of 265.09º degrees, saturation: 0.51, 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 #8B5DCB is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13993203-
CMYK0.320.5400.20
HSL265.09º51.4%58.04%-
HSV(B)265.09º54.19%79.61%-
XYZ25.3417.6358.57-
YUV119.29175.24142.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.95%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 203 (79.69% from 255) = 46.67%
R=31.95%
G=21.38%
B=46.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal139932030.320.5400.20265.0951.458.04
Hex8B5DCB2036014109333a
Octal21313531340660244116372
Binary10001011101110111001011100000110110010100100001001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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