#8750CA

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

Shades of Amethyst #8750CA

Tints of Amethyst #8750CA

Color information

#8750CA (or 0x8750CA) is unknown color: approx Amethyst. HEX triplet: 87, 50 and CA. RGB value is (135,80,202). Sum of RGB (Red+Green+Blue) = 135+80+202=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #8750CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8750CA is #78AF35. Grayscale: #6D6D6D. Windows color (decimal): -7909174 or 13258887. OLE color: 13258887.

HSL color Cylindrical-coordinate representation of color #8750CA: hue angle of 267.05º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8750CA is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13580202-
CMYK0.330.6000.21
HSL267.05º53.51%55.29%-
HSV(B)267.05º60.4%79.22%-
XYZ23.5215.1557.56-
YUV110.35179.72145.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 80 (31.64% from 255) = 19.18%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=32.37%
G=19.18%
B=48.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal135802020.330.6000.21267.0553.5155.29
Hex8750CA213C01510b3637
Octal20712031241740254136667
Binary10000111101000011001010100001111100010101100001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8750CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8750CA; }

 p { color: rgb(135,80,202); }

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

<style>
 a { background-color: #8750CA; }

 a { background-color: rgb(135,80,202); }

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

<style>
 span { border-color: #8750CA; }

 span { border-color: rgb(135,80,202); }

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