#8752CD

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

Shades of Amethyst #8752CD

Tints of Amethyst #8752CD

Color information

#8752CD (or 0x8752CD) is unknown color: approx Amethyst. HEX triplet: 87, 52 and CD. RGB value is (135,82,205). Sum of RGB (Red+Green+Blue) = 135+82+205=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #8752CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752CD is #78AD32. Grayscale: #6F6F6F. Windows color (decimal): -7908659 or 13456007. OLE color: 13456007.

HSL color Cylindrical-coordinate representation of color #8752CD: hue angle of 265.85º 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 #8752CD is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13582205-
CMYK0.340.600.20
HSL265.85º55.16%56.27%-
HSV(B)265.85º60%80.39%-
XYZ24.0315.5959.5-
YUV111.87180.56144.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.99%
GREEN value IS 82 (32.42% from 255) = 19.43%
BLUE value IS 205 (80.47% from 255) = 48.58%
R=31.99%
G=19.43%
B=48.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal135822050.340.600.20265.8555.1656.27
Hex8752CD223C01410a3738
Octal20712231542740244126770
Binary10000111101001011001101100010111100010100100001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8752CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8752CD; }

 p { color: rgb(135,82,205); }

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

<style>
 a { background-color: #8752CD; }

 a { background-color: rgb(135,82,205); }

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

<style>
 span { border-color: #8752CD; }

 span { border-color: rgb(135,82,205); }

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