Html Css Color HEX #8B699B Ce Soir

📋 copy color: '#8B699B'

red 139 ◦ green 105 ◦ blue 155

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

Shades of Ce Soir #8B699B

Tints of Ce Soir #8B699B

RGB

 RED value IS 139 (54.69% from 255) = 34.84%

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

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

R = 34.84%
G = 26.32%
B = 38.85%

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

#8B699B (or 0x8B699B) is known color: Ce Soir. HEX triplet: 8B, 69 and 9B. RGB value is (139,105,155). Sum of RGB (Red+Green+Blue) = 139+105+155=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B699B is #749664. Grayscale: #787878. Windows color (decimal): -7640677 or 10185099. OLE color: 10185099.

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

Color convert

RGB 139 105 155 -
CMYK 0.10 0.32 0 0.39
HSL 280.8º 0.2% 0.51% -
HSV(B) 280.8º 0.32% 0.61% -
XYZ 21.62 17.96 33.34 -
YUV 120.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 139 105 155 0.10 0.32 0 0.39 280.8 0.2 0.51
Hex 8B 69 9B A 20 0 27 119 14 33
Octal 213 151 233 12 40 0 47 431 24 63
Binary 10001011 1101001 10011011 1010 100000 0 100111 100011001 10100 110011

Color Harmonies of #8B699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B699B

Black with #8B699B

Text Example


Text Example

White with #8B699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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