Html Css Color HEX #8756C6 Amethyst

📋 copy color: '#8756C6'

red 135 ◦ green 86 ◦ blue 198

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

Shades of Amethyst #8756C6

Tints of Amethyst #8756C6

RGB

 RED value IS 135 (53.13% from 255) = 32.22%

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

 BLUE value IS 198 (77.73% from 255) = 47.26%

R = 32.22%
G = 20.53%
B = 47.26%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8756C6 (or 0x8756C6) is known color: Amethyst. HEX triplet: 87, 56 and C6. RGB value is (135,86,198). Sum of RGB (Red+Green+Blue) = 135+86+198=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #8756C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8756C6 is #78A939. Grayscale: #717171. Windows color (decimal): -7907642 or 12998279. OLE color: 12998279.

HSL color Cylindrical-coordinate representation of color #8756C6: hue angle of 266.25º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8756C6 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 86 198 -
CMYK 0.32 0.57 0 0.22
HSL 266.25º 0.5% 0.56% -
HSV(B) 266.25º 0.57% 0.78% -
XYZ 23.51 15.88 55.25 -
YUV 113.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 135 86 198 0.32 0.57 0 0.22 266.25 0.5 0.56
Hex 87 56 C6 20 39 0 16 10A 32 38
Octal 207 126 306 40 71 0 26 412 62 70
Binary 10000111 1010110 11000110 100000 111001 0 10110 100001010 110010 111000

Color Harmonies of #8756C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8756C6

Black with #8756C6

Text Example


Text Example

White with #8756C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8756C6; }

 p { color: rgb(135,86,198); }

 H1.HeaderClassName
 {
   color: #8756C6;
 }
 .AnyTagClassName
 {
   color: #8756C6;
 }
</style>

background-color css

<style>
 a { background-color: #8756C6; }

 a { background-color: rgb(135,86,198); }

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

border-color css

<style>
 span { border-color: #8756C6; }

 span { border-color: rgb(135,86,198); }

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