Html Css Color HEX #8659BF Amethyst

📋 copy color: '#8659BF'

red 134 ◦ green 89 ◦ blue 191

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

Shades of Amethyst #8659BF

Tints of Amethyst #8659BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.14%

R = 32.37%
G = 21.5%
B = 46.14%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8659BF (or 0x8659BF) is known color: Amethyst. HEX triplet: 86, 59 and BF. RGB value is (134,89,191). Sum of RGB (Red+Green+Blue) = 134+89+191=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #8659BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8659BF is #79A640. Grayscale: #717171. Windows color (decimal): -7972417 or 12540294. OLE color: 12540294.

HSL color Cylindrical-coordinate representation of color #8659BF: hue angle of 266.47º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8659BF is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 89 191 -
CMYK 0.30 0.53 0 0.25
HSL 266.47º 0.44% 0.55% -
HSV(B) 266.47º 0.53% 0.75% -
XYZ 22.81 15.97 51.17 -
YUV 114.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 134 89 191 0.30 0.53 0 0.25 266.47 0.44 0.55
Hex 86 59 BF 1E 35 0 19 10A 2C 37
Octal 206 131 277 36 65 0 31 412 54 67
Binary 10000110 1011001 10111111 11110 110101 0 11001 100001010 101100 110111

Color Harmonies of #8659BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8659BF

Black with #8659BF

Text Example


Text Example

White with #8659BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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