Html Css Color HEX #9569AD Ce Soir

📋 copy color: '#9569AD'

red 149 ◦ green 105 ◦ blue 173

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

Shades of Ce Soir #9569AD

Tints of Ce Soir #9569AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.59%

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

R = 34.89%
G = 24.59%
B = 40.52%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9569AD (or 0x9569AD) is known color: Ce Soir. HEX triplet: 95, 69 and AD. RGB value is (149,105,173). Sum of RGB (Red+Green+Blue) = 149+105+173=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #9569AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9569AD is #6A9652. Grayscale: #7D7D7D. Windows color (decimal): -6985299 or 11364757. OLE color: 11364757.

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

Color convert

RGB 149 105 173 -
CMYK 0.14 0.39 0 0.32
HSL 278.82º 0.29% 0.55% -
HSV(B) 278.82º 0.39% 0.68% -
XYZ 24.99 19.51 41.98 -
YUV 125.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 149 105 173 0.14 0.39 0 0.32 278.82 0.29 0.55
Hex 95 69 AD E 27 0 20 117 1D 37
Octal 225 151 255 16 47 0 40 427 35 67
Binary 10010101 1101001 10101101 1110 100111 0 100000 100010111 11101 110111

Color Harmonies of #9569AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9569AD

Black with #9569AD

Text Example


Text Example

White with #9569AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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