Html Css Color HEX #9563CC Amethyst

📋 copy color: '#9563CC'

red 149 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #9563CC

Tints of Amethyst #9563CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 32.96%
G = 21.9%
B = 45.13%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9563CC (or 0x9563CC) is known color: Amethyst. HEX triplet: 95, 63 and CC. RGB value is (149,99,204). Sum of RGB (Red+Green+Blue) = 149+99+204=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #9563CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563CC is #6A9C33. Grayscale: #7D7D7D. Windows color (decimal): -6986804 or 13394837. OLE color: 13394837.

HSL color Cylindrical-coordinate representation of color #9563CC: hue angle of 268.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9563CC is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 99 204 -
CMYK 0.27 0.51 0 0.2
HSL 268.57º 0.51% 0.59% -
HSV(B) 268.57º 0.51% 0.8% -
XYZ 27.76 19.67 59.46 -
YUV 125.92 172.07 144.46 -
System Red Green Blue C M Y K H S L
Decimal 149 99 204 0.27 0.51 0 0.2 268.57 0.51 0.59
Hex 95 63 CC 1B 33 0 14 10D 33 3B
Octal 225 143 314 33 63 0 24 415 63 73
Binary 10010101 1100011 11001100 11011 110011 0 10100 100001101 110011 111011

Color Harmonies of #9563CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563CC

Black with #9563CC

Text Example


Text Example

White with #9563CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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