#8754CB

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

Shades of Amethyst #8754CB

Tints of Amethyst #8754CB

Color information

#8754CB (or 0x8754CB) is unknown color: approx Amethyst. HEX triplet: 87, 54 and CB. RGB value is (135,84,203). Sum of RGB (Red+Green+Blue) = 135+84+203=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #8754CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8754CB is #78AB34. Grayscale: #707070. Windows color (decimal): -7908149 or 13325447. OLE color: 13325447.

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

Color convert

RGB13584203-
CMYK0.330.5900.20
HSL265.71º53.36%56.27%-
HSV(B)265.71º58.62%79.61%-
XYZ23.9415.858.29-
YUV112.82178.9143.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.99%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=31.99%
G=19.91%
B=48.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal135842030.330.5900.20265.7153.3656.27
Hex8754CB213B01410a3538
Octal20712431341730244126570
Binary10000111101010011001011100001111011010100100001010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8754CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8754CB; }

 p { color: rgb(135,84,203); }

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

<style>
 a { background-color: #8754CB; }

 a { background-color: rgb(135,84,203); }

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

<style>
 span { border-color: #8754CB; }

 span { border-color: rgb(135,84,203); }

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