Html Css Color HEX #9564AE Ce Soir

📋 copy color: '#9564AE'

red 149 ◦ green 100 ◦ blue 174

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

Shades of Ce Soir #9564AE

Tints of Ce Soir #9564AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 35.22%
G = 23.64%
B = 41.13%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9564AE (or 0x9564AE) is known color: Ce Soir. HEX triplet: 95, 64 and AE. RGB value is (149,100,174). Sum of RGB (Red+Green+Blue) = 149+100+174=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #9564AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9564AE is #6A9B51. Grayscale: #7A7A7A. Windows color (decimal): -6986578 or 11429013. OLE color: 11429013.

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

Color convert

RGB 149 100 174 -
CMYK 0.14 0.43 0 0.32
HSL 279.73º 0.31% 0.54% -
HSV(B) 279.73º 0.43% 0.68% -
XYZ 24.59 18.56 42.33 -
YUV 123.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 149 100 174 0.14 0.43 0 0.32 279.73 0.31 0.54
Hex 95 64 AE E 2B 0 20 118 1F 36
Octal 225 144 256 16 53 0 40 430 37 66
Binary 10010101 1100100 10101110 1110 101011 0 100000 100011000 11111 110110

Color Harmonies of #9564AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564AE

Black with #9564AE

Text Example


Text Example

White with #9564AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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