Html Css Color HEX #8960AA Ce Soir

📋 copy color: '#8960AA'

red 137 ◦ green 96 ◦ blue 170

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

Shades of Ce Soir #8960AA

Tints of Ce Soir #8960AA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.82%

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

R = 34%
G = 23.82%
B = 42.18%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8960AA (or 0x8960AA) is known color: Ce Soir. HEX triplet: 89, 60 and AA. RGB value is (137,96,170). Sum of RGB (Red+Green+Blue) = 137+96+170=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #8960AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8960AA is #769F55. Grayscale: #747474. Windows color (decimal): -7774038 or 11165833. OLE color: 11165833.

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

Color convert

RGB 137 96 170 -
CMYK 0.19 0.44 0 0.33
HSL 273.24º 0.3% 0.52% -
HSV(B) 273.24º 0.44% 0.67% -
XYZ 21.76 16.59 40.09 -
YUV 116.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 137 96 170 0.19 0.44 0 0.33 273.24 0.3 0.52
Hex 89 60 AA 13 2C 0 21 111 1E 34
Octal 211 140 252 23 54 0 41 421 36 64
Binary 10001001 1100000 10101010 10011 101100 0 100001 100010001 11110 110100

Color Harmonies of #8960AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8960AA

Black with #8960AA

Text Example


Text Example

White with #8960AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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