#8b53cd

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

Shades of Amethyst #8B53CD

Tints of Amethyst #8B53CD

Color information

#8B53CD (or 0x8B53CD) is unknown color: approx Amethyst. HEX triplet: 8B, 53 and CD. RGB value is (139,83,205). Sum of RGB (Red+Green+Blue) = 139+83+205=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B53CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B53CD is #74AC32. Grayscale: #717171. Windows color (decimal): -7646259 or 13456267. OLE color: 13456267.

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

Color convert

RGB13983205-
CMYK0.320.6000.20
HSL267.54º54.95%56.47%-
HSV(B)267.54º59.51%80.39%-
XYZ24.7616.0859.56-
YUV113.65179.55146.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=32.55%
G=19.44%
B=48.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal139832050.320.6000.20267.5454.9556.47
Hex8B53CD203C01410c3738
Octal21312331540740244146770
Binary10001011101001111001101100000111100010100100001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b53cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,83,205); }

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

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

 a { background-color: rgb(139,83,205); }

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

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

 span { border-color: rgb(139,83,205); }

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