Html Css Color HEX #8C699E Ce Soir

📋 copy color: '#8C699E'

red 140 ◦ green 105 ◦ blue 158

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

Shades of Ce Soir #8C699E

Tints of Ce Soir #8C699E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.21%

R = 34.74%
G = 26.05%
B = 39.21%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C699E (or 0x8C699E) is known color: Ce Soir. HEX triplet: 8C, 69 and 9E. RGB value is (140,105,158). Sum of RGB (Red+Green+Blue) = 140+105+158=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C699E is #739661. Grayscale: #797979. Windows color (decimal): -7575138 or 10381708. OLE color: 10381708.

HSL color Cylindrical-coordinate representation of color #8C699E: hue angle of 279.62º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C699E is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 105 158 -
CMYK 0.11 0.34 0 0.38
HSL 279.62º 0.21% 0.52% -
HSV(B) 279.62º 0.34% 0.62% -
XYZ 22.04 18.15 34.69 -
YUV 121.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 140 105 158 0.11 0.34 0 0.38 279.62 0.21 0.52
Hex 8C 69 9E B 22 0 26 118 15 34
Octal 214 151 236 13 42 0 46 430 25 64
Binary 10001100 1101001 10011110 1011 100010 0 100110 100011000 10101 110100

Color Harmonies of #8C699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C699E

Black with #8C699E

Text Example


Text Example

White with #8C699E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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