Html Css Color HEX #8549CF Amethyst

📋 copy color: '#8549CF'

red 133 ◦ green 73 ◦ blue 207

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

Shades of Amethyst #8549CF

Tints of Amethyst #8549CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.68%

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

R = 32.2%
G = 17.68%
B = 50.12%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8549CF (or 0x8549CF) is known color: Amethyst. HEX triplet: 85, 49 and CF. RGB value is (133,73,207). Sum of RGB (Red+Green+Blue) = 133+73+207=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #8549CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549CF is #7AB630. Grayscale: #696969. Windows color (decimal): -8042033 or 13584773. OLE color: 13584773.

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

Color convert

RGB 133 73 207 -
CMYK 0.36 0.65 0 0.19
HSL 266.87º 0.58% 0.55% -
HSV(B) 266.87º 0.65% 0.81% -
XYZ 23.32 14.26 60.55 -
YUV 106.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 133 73 207 0.36 0.65 0 0.19 266.87 0.58 0.55
Hex 85 49 CF 24 41 0 13 10B 3A 37
Octal 205 111 317 44 101 0 23 413 72 67
Binary 10000101 1001001 11001111 100100 1000001 0 10011 100001011 111010 110111

Color Harmonies of #8549CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549CF

Black with #8549CF

Text Example


Text Example

White with #8549CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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