Html Css Color HEX #9564AC Ce Soir

📋 copy color: '#9564AC'

red 149 ◦ green 100 ◦ blue 172

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

Shades of Ce Soir #9564AC

Tints of Ce Soir #9564AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 35.39%
G = 23.75%
B = 40.86%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9564AC (or 0x9564AC) is known color: Ce Soir. HEX triplet: 95, 64 and AC. RGB value is (149,100,172). Sum of RGB (Red+Green+Blue) = 149+100+172=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #9564AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9564AC is #6A9B53. Grayscale: #7A7A7A. Windows color (decimal): -6986580 or 11297941. OLE color: 11297941.

HSL color Cylindrical-coordinate representation of color #9564AC: hue angle of 280.83º degrees, saturation: 0.3, 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 #9564AC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 100 172 -
CMYK 0.13 0.42 0 0.33
HSL 280.83º 0.3% 0.53% -
HSV(B) 280.83º 0.42% 0.67% -
XYZ 24.4 18.48 41.31 -
YUV 122.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 149 100 172 0.13 0.42 0 0.33 280.83 0.3 0.53
Hex 95 64 AC D 2A 0 21 119 1E 35
Octal 225 144 254 15 52 0 41 431 36 65
Binary 10010101 1100100 10101100 1101 101010 0 100001 100011001 11110 110101

Color Harmonies of #9564AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564AC

Black with #9564AC

Text Example


Text Example

White with #9564AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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