Html Css Color HEX #8C699B Ce Soir

📋 copy color: '#8C699B'

red 140 ◦ green 105 ◦ blue 155

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

Shades of Ce Soir #8C699B

Tints of Ce Soir #8C699B

RGB

 RED value IS 140 (55.08% from 255) = 35%

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

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

R = 35%
G = 26.25%
B = 38.75%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C699B (or 0x8C699B) is known color: Ce Soir. HEX triplet: 8C, 69 and 9B. RGB value is (140,105,155). Sum of RGB (Red+Green+Blue) = 140+105+155=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C699B is #739664. Grayscale: #787878. Windows color (decimal): -7575141 or 10185100. OLE color: 10185100.

HSL color Cylindrical-coordinate representation of color #8C699B: hue angle of 282º 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 #8C699B is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 105 155 -
CMYK 0.10 0.32 0 0.39
HSL 282º 0.2% 0.51% -
HSV(B) 282º 0.32% 0.61% -
XYZ 21.78 18.05 33.35 -
YUV 121.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 140 105 155 0.10 0.32 0 0.39 282 0.2 0.51
Hex 8C 69 9B A 20 0 27 11A 14 33
Octal 214 151 233 12 40 0 47 432 24 63
Binary 10001100 1101001 10011011 1010 100000 0 100111 100011010 10100 110011

Color Harmonies of #8C699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C699B

Black with #8C699B

Text Example


Text Example

White with #8C699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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