Html Css Color HEX #8556CB Amethyst

📋 copy color: '#8556CB'

red 133 ◦ green 86 ◦ blue 203

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

Shades of Amethyst #8556CB

Tints of Amethyst #8556CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 31.52%
G = 20.38%
B = 48.1%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8556CB (or 0x8556CB) is known color: Amethyst. HEX triplet: 85, 56 and CB. RGB value is (133,86,203). Sum of RGB (Red+Green+Blue) = 133+86+203=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #8556CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8556CB is #7AA934. Grayscale: #707070. Windows color (decimal): -8038709 or 13325957. OLE color: 13325957.

HSL color Cylindrical-coordinate representation of color #8556CB: hue angle of 264.1º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8556CB is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 86 203 -
CMYK 0.34 0.58 0 0.20
HSL 264.1º 0.53% 0.57% -
HSV(B) 264.1º 0.58% 0.8% -
XYZ 23.78 15.95 58.33 -
YUV 113.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 133 86 203 0.34 0.58 0 0.20 264.1 0.53 0.57
Hex 85 56 CB 22 3A 0 14 108 35 39
Octal 205 126 313 42 72 0 24 410 65 71
Binary 10000101 1010110 11001011 100010 111010 0 10100 100001000 110101 111001

Color Harmonies of #8556CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8556CB

Black with #8556CB

Text Example


Text Example

White with #8556CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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