Html Css Color HEX #8968AD Ce Soir

📋 copy color: '#8968AD'

red 137 ◦ green 104 ◦ blue 173

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

Shades of Ce Soir #8968AD

Tints of Ce Soir #8968AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.12%

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

R = 33.09%
G = 25.12%
B = 41.79%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8968AD (or 0x8968AD) is known color: Ce Soir. HEX triplet: 89, 68 and AD. RGB value is (137,104,173). Sum of RGB (Red+Green+Blue) = 137+104+173=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #8968AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8968AD is #769752. Grayscale: #797979. Windows color (decimal): -7771987 or 11364489. OLE color: 11364489.

HSL color Cylindrical-coordinate representation of color #8968AD: hue angle of 268.7º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8968AD is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 104 173 -
CMYK 0.21 0.40 0 0.32
HSL 268.7º 0.3% 0.54% -
HSV(B) 268.7º 0.4% 0.68% -
XYZ 22.81 18.24 41.85 -
YUV 121.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 137 104 173 0.21 0.40 0 0.32 268.7 0.3 0.54
Hex 89 68 AD 15 28 0 20 10D 1E 36
Octal 211 150 255 25 50 0 40 415 36 66
Binary 10001001 1101000 10101101 10101 101000 0 100000 100001101 11110 110110

Color Harmonies of #8968AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8968AD

Black with #8968AD

Text Example


Text Example

White with #8968AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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