Html Css Color HEX #865ABF Amethyst

📋 copy color: '#865ABF'

red 134 ◦ green 90 ◦ blue 191

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

Shades of Amethyst #865ABF

Tints of Amethyst #865ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

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

R = 32.29%
G = 21.69%
B = 46.02%

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

#865ABF (or 0x865ABF) is known color: Amethyst. HEX triplet: 86, 5A and BF. RGB value is (134,90,191). Sum of RGB (Red+Green+Blue) = 134+90+191=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #865ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ABF is #79A540. Grayscale: #727272. Windows color (decimal): -7972161 or 12540550. OLE color: 12540550.

HSL color Cylindrical-coordinate representation of color #865ABF: hue angle of 266.14º 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 #865ABF is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 90 191 -
CMYK 0.30 0.53 0 0.25
HSL 266.14º 0.44% 0.55% -
HSV(B) 266.14º 0.53% 0.75% -
XYZ 22.89 16.14 51.2 -
YUV 114.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 134 90 191 0.30 0.53 0 0.25 266.14 0.44 0.55
Hex 86 5A BF 1E 35 0 19 10A 2C 37
Octal 206 132 277 36 65 0 31 412 54 67
Binary 10000110 1011010 10111111 11110 110101 0 11001 100001010 101100 110111

Color Harmonies of #865ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865ABF

Black with #865ABF

Text Example


Text Example

White with #865ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865ABF; }

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

 H1.HeaderClassName
 {
   color: #865ABF;
 }
 .AnyTagClassName
 {
   color: #865ABF;
 }
</style>

background-color css

<style>
 a { background-color: #865ABF; }

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

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

border-color css

<style>
 span { border-color: #865ABF; }

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

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