#9768AA

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

Shades of Ce Soir #9768AA

Tints of Ce Soir #9768AA

Color information

#9768AA (or 0x9768AA) is unknown color: approx Ce Soir. HEX triplet: 97, 68 and AA. RGB value is (151,104,170). Sum of RGB (Red+Green+Blue) = 151+104+170=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #9768AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9768AA is #689755. Grayscale: #7D7D7D. Windows color (decimal): -6854486 or 11167895. OLE color: 11167895.

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

Color convert

RGB151104170-
CMYK0.110.3900.33
HSL282.73º27.97%53.73%-
HSV(B)282.73º38.82%66.67%-
XYZ24.9719.3840.46-
YUV125.58153.07146.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 170 (66.80% from 255) = 40%
R=35.53%
G=24.47%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511041700.110.3900.33282.7327.9753.73
Hex9768AAB2702111b1c36
Octal22715025213470414333466
Binary100101111101000101010101011100111010000110001101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9768AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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