#8758d0

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

Shades of Amethyst #8758D0

Tints of Amethyst #8758D0

Color information

#8758D0 (or 0x8758D0) is unknown color: approx Amethyst. HEX triplet: 87, 58 and D0. RGB value is (135,88,208). Sum of RGB (Red+Green+Blue) = 135+88+208=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #8758D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758D0 is #78A72F. Grayscale: #737373. Windows color (decimal): -7907120 or 13654151. OLE color: 13654151.

HSL color Cylindrical-coordinate representation of color #8758D0: hue angle of 263.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8758D0 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13588208-
CMYK0.350.5800.18
HSL263.5º56.07%58.04%-
HSV(B)263.5º57.69%81.57%-
XYZ24.8716.6861.58-
YUV115.73180.07141.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 88 (34.77% from 255) = 20.42%
BLUE value IS 208 (81.64% from 255) = 48.26%
R=31.32%
G=20.42%
B=48.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal135882080.350.5800.18263.556.0758.04
Hex8758D0233A012108383a
Octal20713032043720224107072
Binary10000111101100011010000100011111010010010100001000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8758d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8758d0; }

 p { color: rgb(135,88,208); }

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

<style>
 a { background-color: #8758d0; }

 a { background-color: rgb(135,88,208); }

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

<style>
 span { border-color: #8758d0; }

 span { border-color: rgb(135,88,208); }

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