#9768AB

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

Shades of Ce Soir #9768AB

Tints of Ce Soir #9768AB

Color information

#9768AB (or 0x9768AB) is unknown color: approx Ce Soir. HEX triplet: 97, 68 and AB. RGB value is (151,104,171). Sum of RGB (Red+Green+Blue) = 151+104+171=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #9768AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9768AB is #689754. Grayscale: #7D7D7D. Windows color (decimal): -6854485 or 11233431. OLE color: 11233431.

HSL color Cylindrical-coordinate representation of color #9768AB: hue angle of 282.09º degrees, saturation: 0.29, 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 #9768AB is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151104171-
CMYK0.120.3900.33
HSL282.09º28.51%53.92%-
HSV(B)282.09º39.18%67.06%-
XYZ25.0619.4240.96-
YUV125.69153.57146.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=35.45%
G=24.41%
B=40.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511041710.120.3900.33282.0928.5153.92
Hex9768ABC2702111a1d36
Octal22715025314470414323566
Binary100101111101000101010111100100111010000110001101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9768AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9768AB; }

 p { color: rgb(151,104,171); }

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

<style>
 a { background-color: #9768AB; }

 a { background-color: rgb(151,104,171); }

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

<style>
 span { border-color: #9768AB; }

 span { border-color: rgb(151,104,171); }

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