Html Css Color HEX #8969AA Ce Soir

📋 copy color: '#8969AA'

red 137 ◦ green 105 ◦ blue 170

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

Shades of Ce Soir #8969AA

Tints of Ce Soir #8969AA

RGB

 RED value IS 137 (53.91% from 255) = 33.25%

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

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 33.25%
G = 25.49%
B = 41.26%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8969AA (or 0x8969AA) is known color: Ce Soir. HEX triplet: 89, 69 and AA. RGB value is (137,105,170). Sum of RGB (Red+Green+Blue) = 137+105+170=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #8969AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8969AA is #769655. Grayscale: #797979. Windows color (decimal): -7771734 or 11168137. OLE color: 11168137.

HSL color Cylindrical-coordinate representation of color #8969AA: hue angle of 269.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8969AA is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 105 170 -
CMYK 0.19 0.38 0 0.33
HSL 269.54º 0.28% 0.54% -
HSV(B) 269.54º 0.38% 0.67% -
XYZ 22.62 18.32 40.37 -
YUV 121.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 137 105 170 0.19 0.38 0 0.33 269.54 0.28 0.54
Hex 89 69 AA 13 26 0 21 10E 1C 36
Octal 211 151 252 23 46 0 41 416 34 66
Binary 10001001 1101001 10101010 10011 100110 0 100001 100001110 11100 110110

Color Harmonies of #8969AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8969AA

Black with #8969AA

Text Example


Text Example

White with #8969AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8969AA; }

 p { color: rgb(137,105,170); }

 H1.HeaderClassName
 {
   color: #8969AA;
 }
 .AnyTagClassName
 {
   color: #8969AA;
 }
</style>

background-color css

<style>
 a { background-color: #8969AA; }

 a { background-color: rgb(137,105,170); }

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

border-color css

<style>
 span { border-color: #8969AA; }

 span { border-color: rgb(137,105,170); }

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