Html Css Color HEX #8659CF Amethyst

📋 copy color: '#8659CF'

red 134 ◦ green 89 ◦ blue 207

#8659CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #8659CF

Tints of Amethyst #8659CF

RGB

 RED value IS 134 (52.73% from 255) = 31.16%

 GREEN value IS 89 (35.16% from 255) = 20.7%

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 31.16%
G = 20.7%
B = 48.14%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8659CF (or 0x8659CF) is known color: Amethyst. HEX triplet: 86, 59 and CF. RGB value is (134,89,207). Sum of RGB (Red+Green+Blue) = 134+89+207=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #8659CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8659CF is #79A630. Grayscale: #737373. Windows color (decimal): -7972401 or 13588870. OLE color: 13588870.

HSL color Cylindrical-coordinate representation of color #8659CF: hue angle of 262.88º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8659CF is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 89 207 -
CMYK 0.35 0.57 0 0.19
HSL 262.88º 0.55% 0.58% -
HSV(B) 262.88º 0.57% 0.81% -
XYZ 24.67 16.72 60.96 -
YUV 115.91 179.41 140.91 -
System Red Green Blue C M Y K H S L
Decimal 134 89 207 0.35 0.57 0 0.19 262.88 0.55 0.58
Hex 86 59 CF 23 39 0 13 107 37 3A
Octal 206 131 317 43 71 0 23 407 67 72
Binary 10000110 1011001 11001111 100011 111001 0 10011 100000111 110111 111010

Color Harmonies of #8659CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8659CF

Black with #8659CF

Text Example


Text Example

White with #8659CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8659CF; }

 p { color: rgb(134,89,207); }

 H1.HeaderClassName
 {
   color: #8659CF;
 }
 .AnyTagClassName
 {
   color: #8659CF;
 }
</style>

background-color css

<style>
 a { background-color: #8659CF; }

 a { background-color: rgb(134,89,207); }

 div.DivClassName
 {
   background-color: #8659CF;
 }
 .BgClassName
 {
   background-color: #8659CF;
 }
</style>

border-color css

<style>
 span { border-color: #8659CF; }

 span { border-color: rgb(134,89,207); }

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