Html Css Color HEX #9563C8 Amethyst

📋 copy color: '#9563C8'

red 149 ◦ green 99 ◦ blue 200

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

Shades of Amethyst #9563C8

Tints of Amethyst #9563C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.64%

R = 33.26%
G = 22.1%
B = 44.64%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9563C8 (or 0x9563C8) is known color: Amethyst. HEX triplet: 95, 63 and C8. RGB value is (149,99,200). Sum of RGB (Red+Green+Blue) = 149+99+200=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #9563C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563C8 is #6A9C37. Grayscale: #7D7D7D. Windows color (decimal): -6986808 or 13132693. OLE color: 13132693.

HSL color Cylindrical-coordinate representation of color #9563C8: hue angle of 269.7º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9563C8 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 99 200 -
CMYK 0.26 0.50 0 0.22
HSL 269.7º 0.48% 0.59% -
HSV(B) 269.7º 0.51% 0.78% -
XYZ 27.28 19.48 56.97 -
YUV 125.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 149 99 200 0.26 0.50 0 0.22 269.7 0.48 0.59
Hex 95 63 C8 1A 32 0 16 10E 30 3B
Octal 225 143 310 32 62 0 26 416 60 73
Binary 10010101 1100011 11001000 11010 110010 0 10110 100001110 110000 111011

Color Harmonies of #9563C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563C8

Black with #9563C8

Text Example


Text Example

White with #9563C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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