#9765AA

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

Shades of Ce Soir #9765AA

Tints of Ce Soir #9765AA

Color information

#9765AA (or 0x9765AA) is unknown color: approx Ce Soir. HEX triplet: 97, 65 and AA. RGB value is (151,101,170). Sum of RGB (Red+Green+Blue) = 151+101+170=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #9765AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9765AA is #689A55. Grayscale: #7B7B7B. Windows color (decimal): -6855254 or 11167127. OLE color: 11167127.

HSL color Cylindrical-coordinate representation of color #9765AA: hue angle of 283.48º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9765AA is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151101170-
CMYK0.110.4100.33
HSL283.48º28.87%53.14%-
HSV(B)283.48º40.59%66.67%-
XYZ24.6718.7940.36-
YUV123.82154.06147.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=35.78%
G=23.93%
B=40.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511011700.110.4100.33283.4828.8753.14
Hex9765AAB2902111b1d35
Octal22714525213510414333565
Binary100101111100101101010101011101001010000110001101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9765AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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