Html Css Color HEX #9564AB Ce Soir

📋 copy color: '#9564AB'

red 149 ◦ green 100 ◦ blue 171

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

Shades of Ce Soir #9564AB

Tints of Ce Soir #9564AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 35.48%
G = 23.81%
B = 40.71%

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

#9564AB (or 0x9564AB) is known color: Ce Soir. HEX triplet: 95, 64 and AB. RGB value is (149,100,171). Sum of RGB (Red+Green+Blue) = 149+100+171=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #9564AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9564AB is #6A9B54. Grayscale: #7A7A7A. Windows color (decimal): -6986581 or 11232405. OLE color: 11232405.

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

Color convert

RGB 149 100 171 -
CMYK 0.13 0.42 0 0.33
HSL 281.41º 0.3% 0.53% -
HSV(B) 281.41º 0.42% 0.67% -
XYZ 24.3 18.44 40.81 -
YUV 122.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 149 100 171 0.13 0.42 0 0.33 281.41 0.3 0.53
Hex 95 64 AB D 2A 0 21 119 1E 35
Octal 225 144 253 15 52 0 41 431 36 65
Binary 10010101 1100100 10101011 1101 101010 0 100001 100011001 11110 110101

Color Harmonies of #9564AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564AB

Black with #9564AB

Text Example


Text Example

White with #9564AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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