#8C62CA

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

Shades of Amethyst #8C62CA

Tints of Amethyst #8C62CA

Color information

#8C62CA (or 0x8C62CA) is unknown color: approx Amethyst. HEX triplet: 8C, 62 and CA. RGB value is (140,98,202). Sum of RGB (Red+Green+Blue) = 140+98+202=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C62CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C62CA is #739D35. Grayscale: #7A7A7A. Windows color (decimal): -7576886 or 13263500. OLE color: 13263500.

HSL color Cylindrical-coordinate representation of color #8C62CA: hue angle of 264.23º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C62CA is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14098202-
CMYK0.310.5100.21
HSL264.23º49.52%58.82%-
HSV(B)264.23º51.49%79.22%-
XYZ25.8418.5858.1-
YUV122.41172.91140.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=31.82%
G=22.27%
B=45.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140982020.310.5100.21264.2349.5258.82
Hex8C62CA1F33015108323b
Octal21414231237630254106273
Binary1000110011000101100101011111110011010101100001000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C62CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C62CA; }

 p { color: rgb(140,98,202); }

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

<style>
 a { background-color: #8C62CA; }

 a { background-color: rgb(140,98,202); }

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

<style>
 span { border-color: #8C62CA; }

 span { border-color: rgb(140,98,202); }

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