#8F4BD8

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

Shades of Amethyst #8F4BD8

Tints of Amethyst #8F4BD8

Color information

#8F4BD8 (or 0x8F4BD8) is unknown color: approx Amethyst. HEX triplet: 8F, 4B and D8. RGB value is (143,75,216). Sum of RGB (Red+Green+Blue) = 143+75+216=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F4BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F4BD8 is #70B427. Grayscale: #6E6E6E. Windows color (decimal): -7386152 or 14175119. OLE color: 14175119.

HSL color Cylindrical-coordinate representation of color #8F4BD8: hue angle of 268.94º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F4BD8 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14375216-
CMYK0.340.6500.15
HSL268.94º64.38%57.06%-
HSV(B)268.94º65.28%84.71%-
XYZ26.2415.8366.64-
YUV111.41187.03150.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 75 (29.69% from 255) = 17.28%
BLUE value IS 216 (84.77% from 255) = 49.77%
R=32.95%
G=17.28%
B=49.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal143752160.340.6500.15268.9464.3857.06
Hex8F4BD822410F10d4039
Octal2171133304210101741510071
Binary100011111001011110110001000101000001011111000011011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,75,216); }

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

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

 a { background-color: rgb(143,75,216); }

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

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

 span { border-color: rgb(143,75,216); }

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