Html Css Color HEX #8968AA Ce Soir

📋 copy color: '#8968AA'

red 137 ◦ green 104 ◦ blue 170

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

Shades of Ce Soir #8968AA

Tints of Ce Soir #8968AA

RGB

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

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

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

R = 33.33%
G = 25.3%
B = 41.36%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8968AA (or 0x8968AA) is known color: Ce Soir. HEX triplet: 89, 68 and AA. RGB value is (137,104,170). Sum of RGB (Red+Green+Blue) = 137+104+170=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #8968AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8968AA is #769755. Grayscale: #797979. Windows color (decimal): -7771990 or 11167881. OLE color: 11167881.

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

Color convert

RGB 137 104 170 -
CMYK 0.19 0.39 0 0.33
HSL 270º 0.28% 0.54% -
HSV(B) 270º 0.39% 0.67% -
XYZ 22.52 18.12 40.34 -
YUV 121.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 137 104 170 0.19 0.39 0 0.33 270 0.28 0.54
Hex 89 68 AA 13 27 0 21 10E 1C 36
Octal 211 150 252 23 47 0 41 416 34 66
Binary 10001001 1101000 10101010 10011 100111 0 100001 100001110 11100 110110

Color Harmonies of #8968AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8968AA

Black with #8968AA

Text Example


Text Example

White with #8968AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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