Html Css Color HEX #8D699B Ce Soir

📋 copy color: '#8D699B'

red 141 ◦ green 105 ◦ blue 155

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

Shades of Ce Soir #8D699B

Tints of Ce Soir #8D699B

RGB

 RED value IS 141 (55.47% from 255) = 35.16%

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

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 35.16%
G = 26.18%
B = 38.65%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D699B (or 0x8D699B) is known color: Ce Soir. HEX triplet: 8D, 69 and 9B. RGB value is (141,105,155). Sum of RGB (Red+Green+Blue) = 141+105+155=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D699B is #729664. Grayscale: #797979. Windows color (decimal): -7509605 or 10185101. OLE color: 10185101.

HSL color Cylindrical-coordinate representation of color #8D699B: hue angle of 283.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D699B is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 105 155 -
CMYK 0.09 0.32 0 0.39
HSL 283.2º 0.2% 0.51% -
HSV(B) 283.2º 0.32% 0.61% -
XYZ 21.95 18.13 33.35 -
YUV 121.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 141 105 155 0.09 0.32 0 0.39 283.2 0.2 0.51
Hex 8D 69 9B 9 20 0 27 11B 14 33
Octal 215 151 233 11 40 0 47 433 24 63
Binary 10001101 1101001 10011011 1001 100000 0 100111 100011011 10100 110011

Color Harmonies of #8D699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D699B

Black with #8D699B

Text Example


Text Example

White with #8D699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D699B; }

 p { color: rgb(141,105,155); }

 H1.HeaderClassName
 {
   color: #8D699B;
 }
 .AnyTagClassName
 {
   color: #8D699B;
 }
</style>

background-color css

<style>
 a { background-color: #8D699B; }

 a { background-color: rgb(141,105,155); }

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

border-color css

<style>
 span { border-color: #8D699B; }

 span { border-color: rgb(141,105,155); }

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