Html Css Color HEX #8557CC Amethyst

📋 copy color: '#8557CC'

red 133 ◦ green 87 ◦ blue 204

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

Shades of Amethyst #8557CC

Tints of Amethyst #8557CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 31.37%
G = 20.52%
B = 48.11%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8557CC (or 0x8557CC) is known color: Amethyst. HEX triplet: 85, 57 and CC. RGB value is (133,87,204). Sum of RGB (Red+Green+Blue) = 133+87+204=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #8557CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8557CC is #7AA833. Grayscale: #717171. Windows color (decimal): -8038452 or 13391749. OLE color: 13391749.

HSL color Cylindrical-coordinate representation of color #8557CC: hue angle of 263.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8557CC is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 87 204 -
CMYK 0.35 0.57 0 0.2
HSL 263.59º 0.53% 0.57% -
HSV(B) 263.59º 0.57% 0.8% -
XYZ 23.98 16.16 58.98 -
YUV 114.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 133 87 204 0.35 0.57 0 0.2 263.59 0.53 0.57
Hex 85 57 CC 23 39 0 14 108 35 39
Octal 205 127 314 43 71 0 24 410 65 71
Binary 10000101 1010111 11001100 100011 111001 0 10100 100001000 110101 111001

Color Harmonies of #8557CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8557CC

Black with #8557CC

Text Example


Text Example

White with #8557CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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