Html Css Color HEX #9554CF Amethyst

📋 copy color: '#9554CF'

red 149 ◦ green 84 ◦ blue 207

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

Shades of Amethyst #9554CF

Tints of Amethyst #9554CF

RGB

 RED value IS 149 (58.59% from 255) = 33.86%

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

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

R = 33.86%
G = 19.09%
B = 47.05%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9554CF (or 0x9554CF) is known color: Amethyst. HEX triplet: 95, 54 and CF. RGB value is (149,84,207). Sum of RGB (Red+Green+Blue) = 149+84+207=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #9554CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9554CF is #6AAB30. Grayscale: #757575. Windows color (decimal): -6990641 or 13587605. OLE color: 13587605.

HSL color Cylindrical-coordinate representation of color #9554CF: hue angle of 271.71º 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 #9554CF is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 84 207 -
CMYK 0.28 0.59 0 0.19
HSL 271.71º 0.56% 0.57% -
HSV(B) 271.71º 0.59% 0.81% -
XYZ 26.83 17.24 60.94 -
YUV 117.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 149 84 207 0.28 0.59 0 0.19 271.71 0.56 0.57
Hex 95 54 CF 1C 3B 0 13 110 38 39
Octal 225 124 317 34 73 0 23 420 70 71
Binary 10010101 1010100 11001111 11100 111011 0 10011 100010000 111000 111001

Color Harmonies of #9554CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9554CF

Black with #9554CF

Text Example


Text Example

White with #9554CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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