Html Css Color HEX #9564AD Ce Soir

📋 copy color: '#9564AD'

red 149 ◦ green 100 ◦ blue 173

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

Shades of Ce Soir #9564AD

Tints of Ce Soir #9564AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.7%

 BLUE value IS 173 (67.97% from 255) = 41%

R = 35.31%
G = 23.7%
B = 41%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9564AD (or 0x9564AD) is known color: Ce Soir. HEX triplet: 95, 64 and AD. RGB value is (149,100,173). Sum of RGB (Red+Green+Blue) = 149+100+173=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #9564AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9564AD is #6A9B52. Grayscale: #7A7A7A. Windows color (decimal): -6986579 or 11363477. OLE color: 11363477.

HSL color Cylindrical-coordinate representation of color #9564AD: hue angle of 280.27º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9564AD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 100 173 -
CMYK 0.14 0.42 0 0.32
HSL 280.27º 0.31% 0.54% -
HSV(B) 280.27º 0.42% 0.68% -
XYZ 24.49 18.52 41.82 -
YUV 122.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 149 100 173 0.14 0.42 0 0.32 280.27 0.31 0.54
Hex 95 64 AD E 2A 0 20 118 1F 36
Octal 225 144 255 16 52 0 40 430 37 66
Binary 10010101 1100100 10101101 1110 101010 0 100000 100011000 11111 110110

Color Harmonies of #9564AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564AD

Black with #9564AD

Text Example


Text Example

White with #9564AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9564AD; }

 p { color: rgb(149,100,173); }

 H1.HeaderClassName
 {
   color: #9564AD;
 }
 .AnyTagClassName
 {
   color: #9564AD;
 }
</style>

background-color css

<style>
 a { background-color: #9564AD; }

 a { background-color: rgb(149,100,173); }

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

border-color css

<style>
 span { border-color: #9564AD; }

 span { border-color: rgb(149,100,173); }

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