Html Css Color HEX #8A699B Ce Soir

📋 copy color: '#8A699B'

red 138 ◦ green 105 ◦ blue 155

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

Shades of Ce Soir #8A699B

Tints of Ce Soir #8A699B

RGB

 RED value IS 138 (54.3% from 255) = 34.67%

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

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

R = 34.67%
G = 26.38%
B = 38.94%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A699B (or 0x8A699B) is known color: Ce Soir. HEX triplet: 8A, 69 and 9B. RGB value is (138,105,155). Sum of RGB (Red+Green+Blue) = 138+105+155=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A699B is #759664. Grayscale: #787878. Windows color (decimal): -7706213 or 10185098. OLE color: 10185098.

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

Color convert

RGB 138 105 155 -
CMYK 0.11 0.32 0 0.39
HSL 279.6º 0.2% 0.51% -
HSV(B) 279.6º 0.32% 0.61% -
XYZ 21.45 17.87 33.33 -
YUV 120.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 138 105 155 0.11 0.32 0 0.39 279.6 0.2 0.51
Hex 8A 69 9B B 20 0 27 118 14 33
Octal 212 151 233 13 40 0 47 430 24 63
Binary 10001010 1101001 10011011 1011 100000 0 100111 100011000 10100 110011

Color Harmonies of #8A699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A699B

Black with #8A699B

Text Example


Text Example

White with #8A699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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