Html Css Color HEX #865CC5 Amethyst

📋 copy color: '#865CC5'

red 134 ◦ green 92 ◦ blue 197

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

Shades of Amethyst #865CC5

Tints of Amethyst #865CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.75%

 BLUE value IS 197 (77.34% from 255) = 46.57%

R = 31.68%
G = 21.75%
B = 46.57%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#865CC5 (or 0x865CC5) is known color: Amethyst. HEX triplet: 86, 5C and C5. RGB value is (134,92,197). Sum of RGB (Red+Green+Blue) = 134+92+197=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 197 - color contains mainly: blue. Hex color #865CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CC5 is #79A33A. Grayscale: #747474. Windows color (decimal): -7971643 or 12934278. OLE color: 12934278.

HSL color Cylindrical-coordinate representation of color #865CC5: hue angle of 264º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #865CC5 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 92 197 -
CMYK 0.32 0.53 0 0.23
HSL 264º 0.48% 0.57% -
HSV(B) 264º 0.53% 0.77% -
XYZ 23.74 16.75 54.81 -
YUV 116.53 173.41 140.46 -
System Red Green Blue C M Y K H S L
Decimal 134 92 197 0.32 0.53 0 0.23 264 0.48 0.57
Hex 86 5C C5 20 35 0 17 108 30 39
Octal 206 134 305 40 65 0 27 410 60 71
Binary 10000110 1011100 11000101 100000 110101 0 10111 100001000 110000 111001

Color Harmonies of #865CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CC5

Black with #865CC5

Text Example


Text Example

White with #865CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,92,197); }

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

background-color css

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

 a { background-color: rgb(134,92,197); }

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

border-color css

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

 span { border-color: rgb(134,92,197); }

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