Html Css Color HEX #8559CF Amethyst

📋 copy color: '#8559CF'

red 133 ◦ green 89 ◦ blue 207

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

Shades of Amethyst #8559CF

Tints of Amethyst #8559CF

RGB

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

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

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

R = 31%
G = 20.75%
B = 48.25%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8559CF (or 0x8559CF) is known color: Amethyst. HEX triplet: 85, 59 and CF. RGB value is (133,89,207). Sum of RGB (Red+Green+Blue) = 133+89+207=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #8559CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559CF is #7AA630. Grayscale: #737373. Windows color (decimal): -8037937 or 13588869. OLE color: 13588869.

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

Color convert

RGB 133 89 207 -
CMYK 0.36 0.57 0 0.19
HSL 262.37º 0.55% 0.58% -
HSV(B) 262.37º 0.57% 0.81% -
XYZ 24.51 16.64 60.95 -
YUV 115.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 133 89 207 0.36 0.57 0 0.19 262.37 0.55 0.58
Hex 85 59 CF 24 39 0 13 106 37 3A
Octal 205 131 317 44 71 0 23 406 67 72
Binary 10000101 1011001 11001111 100100 111001 0 10011 100000110 110111 111010

Color Harmonies of #8559CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8559CF

Black with #8559CF

Text Example


Text Example

White with #8559CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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