Html Css Color HEX #9566AD Ce Soir

📋 copy color: '#9566AD'

red 149 ◦ green 102 ◦ blue 173

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

Shades of Ce Soir #9566AD

Tints of Ce Soir #9566AD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.06%

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

R = 35.14%
G = 24.06%
B = 40.8%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9566AD (or 0x9566AD) is known color: Ce Soir. HEX triplet: 95, 66 and AD. RGB value is (149,102,173). Sum of RGB (Red+Green+Blue) = 149+102+173=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #9566AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9566AD is #6A9952. Grayscale: #7B7B7B. Windows color (decimal): -6986067 or 11363989. OLE color: 11363989.

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

Color convert

RGB 149 102 173 -
CMYK 0.14 0.41 0 0.32
HSL 279.72º 0.3% 0.54% -
HSV(B) 279.72º 0.41% 0.68% -
XYZ 24.69 18.91 41.88 -
YUV 124.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 149 102 173 0.14 0.41 0 0.32 279.72 0.3 0.54
Hex 95 66 AD E 29 0 20 118 1E 36
Octal 225 146 255 16 51 0 40 430 36 66
Binary 10010101 1100110 10101101 1110 101001 0 100000 100011000 11110 110110

Color Harmonies of #9566AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9566AD

Black with #9566AD

Text Example


Text Example

White with #9566AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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