Html Css Color HEX #9563D9 Amethyst

📋 copy color: '#9563D9'

red 149 ◦ green 99 ◦ blue 217

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

Shades of Amethyst #9563D9

Tints of Amethyst #9563D9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.29%

 BLUE value IS 217 (85.16% from 255) = 46.67%

R = 32.04%
G = 21.29%
B = 46.67%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9563D9 (or 0x9563D9) is known color: Amethyst. HEX triplet: 95, 63 and D9. RGB value is (149,99,217). Sum of RGB (Red+Green+Blue) = 149+99+217=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #9563D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563D9 is #6A9C26. Grayscale: #7E7E7E. Windows color (decimal): -6986791 or 14246805. OLE color: 14246805.

HSL color Cylindrical-coordinate representation of color #9563D9: hue angle of 265.42º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9563D9 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 99 217 -
CMYK 0.31 0.54 0 0.15
HSL 265.42º 0.61% 0.62% -
HSV(B) 265.42º 0.54% 0.85% -
XYZ 29.38 20.32 68.02 -
YUV 127.4 178.57 143.41 -
System Red Green Blue C M Y K H S L
Decimal 149 99 217 0.31 0.54 0 0.15 265.42 0.61 0.62
Hex 95 63 D9 1F 36 0 F 109 3D 3E
Octal 225 143 331 37 66 0 17 411 75 76
Binary 10010101 1100011 11011001 11111 110110 0 1111 100001001 111101 111110

Color Harmonies of #9563D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563D9

Black with #9563D9

Text Example


Text Example

White with #9563D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9563D9; }

 p { color: rgb(149,99,217); }

 H1.HeaderClassName
 {
   color: #9563D9;
 }
 .AnyTagClassName
 {
   color: #9563D9;
 }
</style>

background-color css

<style>
 a { background-color: #9563D9; }

 a { background-color: rgb(149,99,217); }

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

border-color css

<style>
 span { border-color: #9563D9; }

 span { border-color: rgb(149,99,217); }

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