#8A4FCC

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

Shades of Amethyst #8A4FCC

Tints of Amethyst #8A4FCC

Color information

#8A4FCC (or 0x8A4FCC) is unknown color: approx Amethyst. HEX triplet: 8A, 4F and CC. RGB value is (138,79,204). Sum of RGB (Red+Green+Blue) = 138+79+204=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A4FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4FCC is #75B033. Grayscale: #6E6E6E. Windows color (decimal): -7712820 or 13389706. OLE color: 13389706.

HSL color Cylindrical-coordinate representation of color #8A4FCC: hue angle of 268.32º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A4FCC is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13879204-
CMYK0.320.6100.2
HSL268.32º55.07%55.49%-
HSV(B)268.32º61.27%80%-
XYZ24.1815.3558.82-
YUV110.89180.55147.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=32.78%
G=18.76%
B=48.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal138792040.320.6100.2268.3255.0755.49
Hex8A4FCC203D01410c3737
Octal21211731440750244146767
Binary10001010100111111001100100000111101010100100001100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,79,204); }

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

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

 a { background-color: rgb(138,79,204); }

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

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

 span { border-color: rgb(138,79,204); }

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