#8F65CE

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

Shades of Amethyst #8F65CE

Tints of Amethyst #8F65CE

Color information

#8F65CE (or 0x8F65CE) is unknown color: approx Amethyst. HEX triplet: 8F, 65 and CE. RGB value is (143,101,206). Sum of RGB (Red+Green+Blue) = 143+101+206=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F65CE is #709A31. Grayscale: #7D7D7D. Windows color (decimal): -7379506 or 13526415. OLE color: 13526415.

HSL color Cylindrical-coordinate representation of color #8F65CE: hue angle of 264º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F65CE is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143101206-
CMYK0.310.5100.19
HSL264º51.72%60.2%-
HSV(B)264º50.97%80.78%-
XYZ27.1219.660.75-
YUV125.53173.41140.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 101 (39.84% from 255) = 22.44%
BLUE value IS 206 (80.86% from 255) = 45.78%
R=31.78%
G=22.44%
B=45.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431012060.310.5100.1926451.7260.2
Hex8F65CE1F33013108343c
Octal21714531637630234106474
Binary1000111111001011100111011111110011010011100001000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,101,206); }

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

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

 a { background-color: rgb(143,101,206); }

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

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

 span { border-color: rgb(143,101,206); }

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