Html Css Color HEX #9563CB Amethyst

📋 copy color: '#9563CB'

red 149 ◦ green 99 ◦ blue 203

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

Shades of Amethyst #9563CB

Tints of Amethyst #9563CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 33.04%
G = 21.95%
B = 45.01%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9563CB (or 0x9563CB) is known color: Amethyst. HEX triplet: 95, 63 and CB. RGB value is (149,99,203). Sum of RGB (Red+Green+Blue) = 149+99+203=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #9563CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563CB is #6A9C34. Grayscale: #7D7D7D. Windows color (decimal): -6986805 or 13329301. OLE color: 13329301.

HSL color Cylindrical-coordinate representation of color #9563CB: hue angle of 268.85º degrees, saturation: 0.5, 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 #9563CB is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 99 203 -
CMYK 0.27 0.51 0 0.20
HSL 268.85º 0.5% 0.59% -
HSV(B) 268.85º 0.51% 0.8% -
XYZ 27.64 19.63 58.83 -
YUV 125.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 149 99 203 0.27 0.51 0 0.20 268.85 0.5 0.59
Hex 95 63 CB 1B 33 0 14 10D 32 3B
Octal 225 143 313 33 63 0 24 415 62 73
Binary 10010101 1100011 11001011 11011 110011 0 10100 100001101 110010 111011

Color Harmonies of #9563CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563CB

Black with #9563CB

Text Example


Text Example

White with #9563CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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