Html Css Color HEX #8556CF Amethyst

📋 copy color: '#8556CF'

red 133 ◦ green 86 ◦ blue 207

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

Shades of Amethyst #8556CF

Tints of Amethyst #8556CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 31.22%
G = 20.19%
B = 48.59%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8556CF (or 0x8556CF) is known color: Amethyst. HEX triplet: 85, 56 and CF. RGB value is (133,86,207). Sum of RGB (Red+Green+Blue) = 133+86+207=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #8556CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8556CF is #7AA930. Grayscale: #717171. Windows color (decimal): -8038705 or 13588101. OLE color: 13588101.

HSL color Cylindrical-coordinate representation of color #8556CF: hue angle of 263.31º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8556CF is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 86 207 -
CMYK 0.36 0.58 0 0.19
HSL 263.31º 0.56% 0.57% -
HSV(B) 263.31º 0.58% 0.81% -
XYZ 24.26 16.15 60.87 -
YUV 113.85 180.57 141.66 -
System Red Green Blue C M Y K H S L
Decimal 133 86 207 0.36 0.58 0 0.19 263.31 0.56 0.57
Hex 85 56 CF 24 3A 0 13 107 38 39
Octal 205 126 317 44 72 0 23 407 70 71
Binary 10000101 1010110 11001111 100100 111010 0 10011 100000111 111000 111001

Color Harmonies of #8556CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8556CF

Black with #8556CF

Text Example


Text Example

White with #8556CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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