Html Css Color HEX #9559CF Amethyst

📋 copy color: '#9559CF'

red 149 ◦ green 89 ◦ blue 207

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

Shades of Amethyst #9559CF

Tints of Amethyst #9559CF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20%

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

R = 33.48%
G = 20%
B = 46.52%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9559CF (or 0x9559CF) is known color: Amethyst. HEX triplet: 95, 59 and CF. RGB value is (149,89,207). Sum of RGB (Red+Green+Blue) = 149+89+207=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #9559CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559CF is #6AA630. Grayscale: #777777. Windows color (decimal): -6989361 or 13588885. OLE color: 13588885.

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

Color convert

RGB 149 89 207 -
CMYK 0.28 0.57 0 0.19
HSL 270.51º 0.55% 0.58% -
HSV(B) 270.51º 0.57% 0.81% -
XYZ 27.23 18.04 61.08 -
YUV 120.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 149 89 207 0.28 0.57 0 0.19 270.51 0.55 0.58
Hex 95 59 CF 1C 39 0 13 10F 37 3A
Octal 225 131 317 34 71 0 23 417 67 72
Binary 10010101 1011001 11001111 11100 111001 0 10011 100001111 110111 111010

Color Harmonies of #9559CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9559CF

Black with #9559CF

Text Example


Text Example

White with #9559CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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