#8F65CD

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

Shades of Amethyst #8F65CD

Tints of Amethyst #8F65CD

Color information

#8F65CD (or 0x8F65CD) is unknown color: approx Amethyst. HEX triplet: 8F, 65 and CD. RGB value is (143,101,205). Sum of RGB (Red+Green+Blue) = 143+101+205=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F65CD is #709A32. Grayscale: #7D7D7D. Windows color (decimal): -7379507 or 13460879. OLE color: 13460879.

HSL color Cylindrical-coordinate representation of color #8F65CD: hue angle of 264.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F65CD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143101205-
CMYK0.300.5100.20
HSL264.23º50.98%60%-
HSV(B)264.23º50.73%80.39%-
XYZ2719.5560.11-
YUV125.41172.91140.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.85%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=31.85%
G=22.49%
B=45.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431012050.300.5100.20264.2350.9860
Hex8F65CD1E33014108333c
Octal21714531536630244106374
Binary1000111111001011100110111110110011010100100001000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F65CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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