Html Css Color HEX #8554CF Amethyst

📋 copy color: '#8554CF'

red 133 ◦ green 84 ◦ blue 207

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

Shades of Amethyst #8554CF

Tints of Amethyst #8554CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.81%

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

R = 31.37%
G = 19.81%
B = 48.82%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8554CF (or 0x8554CF) is known color: Amethyst. HEX triplet: 85, 54 and CF. RGB value is (133,84,207). Sum of RGB (Red+Green+Blue) = 133+84+207=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #8554CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8554CF is #7AAB30. Grayscale: #707070. Windows color (decimal): -8039217 or 13587589. OLE color: 13587589.

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

Color convert

RGB 133 84 207 -
CMYK 0.36 0.59 0 0.19
HSL 263.9º 0.56% 0.57% -
HSV(B) 263.9º 0.59% 0.81% -
XYZ 24.11 15.83 60.82 -
YUV 112.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 133 84 207 0.36 0.59 0 0.19 263.9 0.56 0.57
Hex 85 54 CF 24 3B 0 13 108 38 39
Octal 205 124 317 44 73 0 23 410 70 71
Binary 10000101 1010100 11001111 100100 111011 0 10011 100001000 111000 111001

Color Harmonies of #8554CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8554CF

Black with #8554CF

Text Example


Text Example

White with #8554CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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