Html Css Color HEX #8557C3 Amethyst

📋 copy color: '#8557C3'

red 133 ◦ green 87 ◦ blue 195

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

Shades of Amethyst #8557C3

Tints of Amethyst #8557C3

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.96%

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

R = 32.05%
G = 20.96%
B = 46.99%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8557C3 (or 0x8557C3) is known color: Amethyst. HEX triplet: 85, 57 and C3. RGB value is (133,87,195). Sum of RGB (Red+Green+Blue) = 133+87+195=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 87 (34.38% from 255 or 20.96% 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 #8557C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8557C3 is #7AA83C. Grayscale: #707070. Windows color (decimal): -8038461 or 12801925. OLE color: 12801925.

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

Color convert

RGB 133 87 195 -
CMYK 0.32 0.55 0 0.24
HSL 265.56º 0.47% 0.55% -
HSV(B) 265.56º 0.55% 0.76% -
XYZ 22.93 15.74 53.46 -
YUV 113.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 133 87 195 0.32 0.55 0 0.24 265.56 0.47 0.55
Hex 85 57 C3 20 37 0 18 10A 2F 37
Octal 205 127 303 40 67 0 30 412 57 67
Binary 10000101 1010111 11000011 100000 110111 0 11000 100001010 101111 110111

Color Harmonies of #8557C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8557C3

Black with #8557C3

Text Example


Text Example

White with #8557C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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