Html Css Color HEX #865AC7 Amethyst

📋 copy color: '#865AC7'

red 134 ◦ green 90 ◦ blue 199

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

Shades of Amethyst #865AC7

Tints of Amethyst #865AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.04%

R = 31.68%
G = 21.28%
B = 47.04%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#865AC7 (or 0x865AC7) is known color: Amethyst. HEX triplet: 86, 5A and C7. RGB value is (134,90,199). Sum of RGB (Red+Green+Blue) = 134+90+199=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #865AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865AC7 is #79A538. Grayscale: #737373. Windows color (decimal): -7972153 or 13064838. OLE color: 13064838.

HSL color Cylindrical-coordinate representation of color #865AC7: hue angle of 264.22º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #865AC7 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 90 199 -
CMYK 0.33 0.55 0 0.22
HSL 264.22º 0.49% 0.57% -
HSV(B) 264.22º 0.55% 0.78% -
XYZ 23.8 16.5 55.96 -
YUV 115.58 175.08 141.14 -
System Red Green Blue C M Y K H S L
Decimal 134 90 199 0.33 0.55 0 0.22 264.22 0.49 0.57
Hex 86 5A C7 21 37 0 16 108 31 39
Octal 206 132 307 41 67 0 26 410 61 71
Binary 10000110 1011010 11000111 100001 110111 0 10110 100001000 110001 111001

Color Harmonies of #865AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865AC7

Black with #865AC7

Text Example


Text Example

White with #865AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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