Html Css Color HEX #8554CB Amethyst

📋 copy color: '#8554CB'

red 133 ◦ green 84 ◦ blue 203

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

Shades of Amethyst #8554CB

Tints of Amethyst #8554CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 31.67%
G = 20%
B = 48.33%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8554CB (or 0x8554CB) is known color: Amethyst. HEX triplet: 85, 54 and CB. RGB value is (133,84,203). Sum of RGB (Red+Green+Blue) = 133+84+203=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #8554CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8554CB is #7AAB34. Grayscale: #6F6F6F. Windows color (decimal): -8039221 or 13325445. OLE color: 13325445.

HSL color Cylindrical-coordinate representation of color #8554CB: hue angle of 264.71º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8554CB is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 84 203 -
CMYK 0.34 0.59 0 0.20
HSL 264.71º 0.53% 0.56% -
HSV(B) 264.71º 0.59% 0.8% -
XYZ 23.62 15.64 58.27 -
YUV 112.22 179.23 142.82 -
System Red Green Blue C M Y K H S L
Decimal 133 84 203 0.34 0.59 0 0.20 264.71 0.53 0.56
Hex 85 54 CB 22 3B 0 14 109 35 38
Octal 205 124 313 42 73 0 24 411 65 70
Binary 10000101 1010100 11001011 100010 111011 0 10100 100001001 110101 111000

Color Harmonies of #8554CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8554CB

Black with #8554CB

Text Example


Text Example

White with #8554CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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