Html Css Color HEX #8559CC Amethyst

📋 copy color: '#8559CC'

red 133 ◦ green 89 ◦ blue 204

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

Shades of Amethyst #8559CC

Tints of Amethyst #8559CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.89%

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

R = 31.22%
G = 20.89%
B = 47.89%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8559CC (or 0x8559CC) is known color: Amethyst. HEX triplet: 85, 59 and CC. RGB value is (133,89,204). Sum of RGB (Red+Green+Blue) = 133+89+204=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #8559CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559CC is #7AA633. Grayscale: #727272. Windows color (decimal): -8037940 or 13392261. OLE color: 13392261.

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

Color convert

RGB 133 89 204 -
CMYK 0.35 0.56 0 0.2
HSL 262.96º 0.53% 0.57% -
HSV(B) 262.96º 0.56% 0.8% -
XYZ 24.14 16.49 59.04 -
YUV 115.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 133 89 204 0.35 0.56 0 0.2 262.96 0.53 0.57
Hex 85 59 CC 23 38 0 14 107 35 39
Octal 205 131 314 43 70 0 24 407 65 71
Binary 10000101 1011001 11001100 100011 111000 0 10100 100000111 110101 111001

Color Harmonies of #8559CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8559CC

Black with #8559CC

Text Example


Text Example

White with #8559CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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