Html Css Color HEX #9563AA Ce Soir

📋 copy color: '#9563AA'

red 149 ◦ green 99 ◦ blue 170

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

Shades of Ce Soir #9563AA

Tints of Ce Soir #9563AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 35.65%
G = 23.68%
B = 40.67%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9563AA (or 0x9563AA) is known color: Ce Soir. HEX triplet: 95, 63 and AA. RGB value is (149,99,170). Sum of RGB (Red+Green+Blue) = 149+99+170=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #9563AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9563AA is #6A9C55. Grayscale: #797979. Windows color (decimal): -6986838 or 11166613. OLE color: 11166613.

HSL color Cylindrical-coordinate representation of color #9563AA: hue angle of 282.25º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9563AA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 99 170 -
CMYK 0.12 0.42 0 0.33
HSL 282.25º 0.29% 0.53% -
HSV(B) 282.25º 0.42% 0.67% -
XYZ 24.11 18.22 40.28 -
YUV 122.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 149 99 170 0.12 0.42 0 0.33 282.25 0.29 0.53
Hex 95 63 AA C 2A 0 21 11A 1D 35
Octal 225 143 252 14 52 0 41 432 35 65
Binary 10010101 1100011 10101010 1100 101010 0 100001 100011010 11101 110101

Color Harmonies of #9563AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563AA

Black with #9563AA

Text Example


Text Example

White with #9563AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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