Html Css Color HEX #865ACF Amethyst

📋 copy color: '#865ACF'

red 134 ◦ green 90 ◦ blue 207

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

Shades of Amethyst #865ACF

Tints of Amethyst #865ACF

RGB

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

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

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

R = 31.09%
G = 20.88%
B = 48.03%

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

#865ACF (or 0x865ACF) is known color: Amethyst. HEX triplet: 86, 5A and CF. RGB value is (134,90,207). Sum of RGB (Red+Green+Blue) = 134+90+207=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #865ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ACF is #79A530. Grayscale: #747474. Windows color (decimal): -7972145 or 13589126. OLE color: 13589126.

HSL color Cylindrical-coordinate representation of color #865ACF: hue angle of 262.56º 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 #865ACF is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 90 207 -
CMYK 0.35 0.57 0 0.19
HSL 262.56º 0.55% 0.58% -
HSV(B) 262.56º 0.57% 0.81% -
XYZ 24.75 16.89 60.99 -
YUV 116.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 134 90 207 0.35 0.57 0 0.19 262.56 0.55 0.58
Hex 86 5A CF 23 39 0 13 107 37 3A
Octal 206 132 317 43 71 0 23 407 67 72
Binary 10000110 1011010 11001111 100011 111001 0 10011 100000111 110111 111010

Color Harmonies of #865ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865ACF

Black with #865ACF

Text Example


Text Example

White with #865ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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