#8753CB

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

Shades of Amethyst #8753CB

Tints of Amethyst #8753CB

Color information

#8753CB (or 0x8753CB) is unknown color: approx Amethyst. HEX triplet: 87, 53 and CB. RGB value is (135,83,203). Sum of RGB (Red+Green+Blue) = 135+83+203=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #8753CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8753CB is #78AC34. Grayscale: #6F6F6F. Windows color (decimal): -7908405 or 13325191. OLE color: 13325191.

HSL color Cylindrical-coordinate representation of color #8753CB: hue angle of 266º degrees, saturation: 0.54, 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 #8753CB is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13583203-
CMYK0.330.5900.20
HSL266º53.57%56.08%-
HSV(B)266º59.11%79.61%-
XYZ23.8615.6558.26-
YUV112.23179.23144.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.07%
GREEN value IS 83 (32.81% from 255) = 19.71%
BLUE value IS 203 (79.69% from 255) = 48.22%
R=32.07%
G=19.71%
B=48.22%

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
Decimal135832030.330.5900.2026653.5756.08
Hex8753CB213B01410a3638
Octal20712331341730244126670
Binary10000111101001111001011100001111011010100100001010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8753CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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