Html Css Color HEX #8556C3 Amethyst

📋 copy color: '#8556C3'

red 133 ◦ green 86 ◦ blue 195

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

Shades of Amethyst #8556C3

Tints of Amethyst #8556C3

RGB

 RED value IS 133 (52.34% from 255) = 32.13%

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

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

R = 32.13%
G = 20.77%
B = 47.1%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8556C3 (or 0x8556C3) is known color: Amethyst. HEX triplet: 85, 56 and C3. RGB value is (133,86,195). Sum of RGB (Red+Green+Blue) = 133+86+195=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #8556C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8556C3 is #7AA93C. Grayscale: #707070. Windows color (decimal): -8038717 or 12801669. OLE color: 12801669.

HSL color Cylindrical-coordinate representation of color #8556C3: hue angle of 265.87º 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 #8556C3 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 86 195 -
CMYK 0.32 0.56 0 0.24
HSL 265.87º 0.48% 0.55% -
HSV(B) 265.87º 0.56% 0.76% -
XYZ 22.85 15.58 53.43 -
YUV 112.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 133 86 195 0.32 0.56 0 0.24 265.87 0.48 0.55
Hex 85 56 C3 20 38 0 18 10A 30 37
Octal 205 126 303 40 70 0 30 412 60 67
Binary 10000101 1010110 11000011 100000 111000 0 11000 100001010 110000 110111

Color Harmonies of #8556C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8556C3

Black with #8556C3

Text Example


Text Example

White with #8556C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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