Html Css Color HEX #8C699C Ce Soir

📋 copy color: '#8C699C'

red 140 ◦ green 105 ◦ blue 156

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

Shades of Ce Soir #8C699C

Tints of Ce Soir #8C699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.9%

R = 34.91%
G = 26.18%
B = 38.9%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C699C (or 0x8C699C) is known color: Ce Soir. HEX triplet: 8C, 69 and 9C. RGB value is (140,105,156). Sum of RGB (Red+Green+Blue) = 140+105+156=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C699C is #739663. Grayscale: #797979. Windows color (decimal): -7575140 or 10250636. OLE color: 10250636.

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

Color convert

RGB 140 105 156 -
CMYK 0.10 0.33 0 0.39
HSL 281.18º 0.2% 0.51% -
HSV(B) 281.18º 0.33% 0.61% -
XYZ 21.87 18.08 33.79 -
YUV 121.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 140 105 156 0.10 0.33 0 0.39 281.18 0.2 0.51
Hex 8C 69 9C A 21 0 27 119 14 33
Octal 214 151 234 12 41 0 47 431 24 63
Binary 10001100 1101001 10011100 1010 100001 0 100111 100011001 10100 110011

Color Harmonies of #8C699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C699C

Black with #8C699C

Text Example


Text Example

White with #8C699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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