Html Css Color HEX #8656C3 Amethyst

📋 copy color: '#8656C3'

red 134 ◦ green 86 ◦ blue 195

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

Shades of Amethyst #8656C3

Tints of Amethyst #8656C3

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.72%

 BLUE value IS 195 (76.56% from 255) = 46.99%

R = 32.29%
G = 20.72%
B = 46.99%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8656C3 (or 0x8656C3) is known color: Amethyst. HEX triplet: 86, 56 and C3. RGB value is (134,86,195). Sum of RGB (Red+Green+Blue) = 134+86+195=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #8656C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656C3 is #79A93C. Grayscale: #707070. Windows color (decimal): -7973181 or 12801670. OLE color: 12801670.

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

Color convert

RGB 134 86 195 -
CMYK 0.31 0.56 0 0.24
HSL 266.42º 0.48% 0.55% -
HSV(B) 266.42º 0.56% 0.76% -
XYZ 23.01 15.66 53.44 -
YUV 112.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 134 86 195 0.31 0.56 0 0.24 266.42 0.48 0.55
Hex 86 56 C3 1F 38 0 18 10A 30 37
Octal 206 126 303 37 70 0 30 412 60 67
Binary 10000110 1010110 11000011 11111 111000 0 11000 100001010 110000 110111

Color Harmonies of #8656C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8656C3

Black with #8656C3

Text Example


Text Example

White with #8656C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8656C3; }

 p { color: rgb(134,86,195); }

 H1.HeaderClassName
 {
   color: #8656C3;
 }
 .AnyTagClassName
 {
   color: #8656C3;
 }
</style>

background-color css

<style>
 a { background-color: #8656C3; }

 a { background-color: rgb(134,86,195); }

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

border-color css

<style>
 span { border-color: #8656C3; }

 span { border-color: rgb(134,86,195); }

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