Html Css Color HEX #9563AF Ce Soir

📋 copy color: '#9563AF'

red 149 ◦ green 99 ◦ blue 175

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

Shades of Ce Soir #9563AF

Tints of Ce Soir #9563AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 35.22%
G = 23.4%
B = 41.37%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9563AF (or 0x9563AF) is known color: Ce Soir. HEX triplet: 95, 63 and AF. RGB value is (149,99,175). Sum of RGB (Red+Green+Blue) = 149+99+175=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #9563AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9563AF is #6A9C50. Grayscale: #7A7A7A. Windows color (decimal): -6986833 or 11494293. OLE color: 11494293.

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

Color convert

RGB 149 99 175 -
CMYK 0.15 0.43 0 0.31
HSL 279.47º 0.32% 0.54% -
HSV(B) 279.47º 0.43% 0.69% -
XYZ 24.59 18.41 42.81 -
YUV 122.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 149 99 175 0.15 0.43 0 0.31 279.47 0.32 0.54
Hex 95 63 AF F 2B 0 1F 117 20 36
Octal 225 143 257 17 53 0 37 427 40 66
Binary 10010101 1100011 10101111 1111 101011 0 11111 100010111 100000 110110

Color Harmonies of #9563AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563AF

Black with #9563AF

Text Example


Text Example

White with #9563AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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