Html Css Color HEX #865AC1 Amethyst

📋 copy color: '#865AC1'

red 134 ◦ green 90 ◦ blue 193

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

Shades of Amethyst #865AC1

Tints of Amethyst #865AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.28%

R = 32.13%
G = 21.58%
B = 46.28%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#865AC1 (or 0x865AC1) is known color: Amethyst. HEX triplet: 86, 5A and C1. RGB value is (134,90,193). Sum of RGB (Red+Green+Blue) = 134+90+193=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #865AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865AC1 is #79A53E. Grayscale: #727272. Windows color (decimal): -7972159 or 12671622. OLE color: 12671622.

HSL color Cylindrical-coordinate representation of color #865AC1: hue angle of 265.63º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #865AC1 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 90 193 -
CMYK 0.31 0.53 0 0.24
HSL 265.63º 0.45% 0.55% -
HSV(B) 265.63º 0.53% 0.76% -
XYZ 23.11 16.23 52.37 -
YUV 114.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 134 90 193 0.31 0.53 0 0.24 265.63 0.45 0.55
Hex 86 5A C1 1F 35 0 18 10A 2D 37
Octal 206 132 301 37 65 0 30 412 55 67
Binary 10000110 1011010 11000001 11111 110101 0 11000 100001010 101101 110111

Color Harmonies of #865AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865AC1

Black with #865AC1

Text Example


Text Example

White with #865AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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