#8B55CB

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

Shades of Amethyst #8B55CB

Tints of Amethyst #8B55CB

Color information

#8B55CB (or 0x8B55CB) is unknown color: approx Amethyst. HEX triplet: 8B, 55 and CB. RGB value is (139,85,203). Sum of RGB (Red+Green+Blue) = 139+85+203=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B55CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B55CB is #74AA34. Grayscale: #727272. Windows color (decimal): -7645749 or 13325707. OLE color: 13325707.

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

Color convert

RGB13985203-
CMYK0.320.5800.20
HSL267.46º53.15%56.47%-
HSV(B)267.46º58.13%79.61%-
XYZ24.6816.358.35-
YUV114.6177.89145.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 85 (33.59% from 255) = 19.91%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=32.55%
G=19.91%
B=47.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal139852030.320.5800.20267.4653.1556.47
Hex8B55CB203A01410b3538
Octal21312531340720244136570
Binary10001011101010111001011100000111010010100100001011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B55CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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