Html Css Color HEX #8C669A Ce Soir

📋 copy color: '#8C669A'

red 140 ◦ green 102 ◦ blue 154

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

Shades of Ce Soir #8C669A

Tints of Ce Soir #8C669A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.76%

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 35.35%
G = 25.76%
B = 38.89%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C669A (or 0x8C669A) is known color: Ce Soir. HEX triplet: 8C, 66 and 9A. RGB value is (140,102,154). Sum of RGB (Red+Green+Blue) = 140+102+154=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C669A is #739965. Grayscale: #777777. Windows color (decimal): -7575910 or 10118796. OLE color: 10118796.

HSL color Cylindrical-coordinate representation of color #8C669A: hue angle of 283.85º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C669A is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 102 154 -
CMYK 0.09 0.34 0 0.40
HSL 283.85º 0.2% 0.5% -
HSV(B) 283.85º 0.34% 0.6% -
XYZ 21.4 17.41 32.8 -
YUV 119.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 140 102 154 0.09 0.34 0 0.40 283.85 0.2 0.5
Hex 8C 66 9A 9 22 0 28 11C 14 32
Octal 214 146 232 11 42 0 50 434 24 62
Binary 10001100 1100110 10011010 1001 100010 0 101000 100011100 10100 110010

Color Harmonies of #8C669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C669A

Black with #8C669A

Text Example


Text Example

White with #8C669A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,102,154); }

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

background-color css

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

 a { background-color: rgb(140,102,154); }

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

border-color css

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

 span { border-color: rgb(140,102,154); }

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