Html Css Color HEX #8969AD Ce Soir

📋 copy color: '#8969AD'

red 137 ◦ green 105 ◦ blue 173

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

Shades of Ce Soir #8969AD

Tints of Ce Soir #8969AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 33.01%
G = 25.3%
B = 41.69%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8969AD (or 0x8969AD) is known color: Ce Soir. HEX triplet: 89, 69 and AD. RGB value is (137,105,173). Sum of RGB (Red+Green+Blue) = 137+105+173=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #8969AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8969AD is #769652. Grayscale: #7A7A7A. Windows color (decimal): -7771731 or 11364745. OLE color: 11364745.

HSL color Cylindrical-coordinate representation of color #8969AD: hue angle of 268.24º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8969AD is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 105 173 -
CMYK 0.21 0.39 0 0.32
HSL 268.24º 0.29% 0.55% -
HSV(B) 268.24º 0.39% 0.68% -
XYZ 22.91 18.44 41.89 -
YUV 122.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 137 105 173 0.21 0.39 0 0.32 268.24 0.29 0.55
Hex 89 69 AD 15 27 0 20 10C 1D 37
Octal 211 151 255 25 47 0 40 414 35 67
Binary 10001001 1101001 10101101 10101 100111 0 100000 100001100 11101 110111

Color Harmonies of #8969AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8969AD

Black with #8969AD

Text Example


Text Example

White with #8969AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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