#8960B2

Color #8960B2 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #8960B2

Tints of Ce Soir #8960B2

Color information

#8960B2 (or 0x8960B2) is unknown color: approx Ce Soir. HEX triplet: 89, 60 and B2. RGB value is (137,96,178). Sum of RGB (Red+Green+Blue) = 137+96+178=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 178 - color contains mainly: blue. Hex color #8960B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8960B2 is #769F4D. Grayscale: #757575. Windows color (decimal): -7774030 or 11690121. OLE color: 11690121.

HSL color Cylindrical-coordinate representation of color #8960B2: hue angle of 270º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8960B2 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13796178-
CMYK0.230.4600.30
HSL270º34.75%53.73%-
HSV(B)270º46.07%69.8%-
XYZ22.5416.944.19-
YUV117.61162.08141.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 178 (69.92% from 255) = 43.31%
R=33.33%
G=23.36%
B=43.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal137961780.230.4600.3027034.7553.73
Hex8960B2172E01E10e2336
Octal21114026227560364164366
Binary1000100111000001011001010111101110011110100001110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8960B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8960B2;
 }
 .AnyTagClassName
 {
   color: #8960B2;
 }
</style>
background-color css

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

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

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

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

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

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