Html Css Color HEX #9556CF Amethyst

📋 copy color: '#9556CF'

red 149 ◦ green 86 ◦ blue 207

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

Shades of Amethyst #9556CF

Tints of Amethyst #9556CF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.46%

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

R = 33.71%
G = 19.46%
B = 46.83%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9556CF (or 0x9556CF) is known color: Amethyst. HEX triplet: 95, 56 and CF. RGB value is (149,86,207). Sum of RGB (Red+Green+Blue) = 149+86+207=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #9556CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9556CF is #6AA930. Grayscale: #767676. Windows color (decimal): -6990129 or 13588117. OLE color: 13588117.

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

Color convert

RGB 149 86 207 -
CMYK 0.28 0.58 0 0.19
HSL 271.24º 0.56% 0.57% -
HSV(B) 271.24º 0.58% 0.81% -
XYZ 26.98 17.55 61 -
YUV 118.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 149 86 207 0.28 0.58 0 0.19 271.24 0.56 0.57
Hex 95 56 CF 1C 3A 0 13 10F 38 39
Octal 225 126 317 34 72 0 23 417 70 71
Binary 10010101 1010110 11001111 11100 111010 0 10011 100001111 111000 111001

Color Harmonies of #9556CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9556CF

Black with #9556CF

Text Example


Text Example

White with #9556CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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